Interface BlockView

All Known Implementing Classes:
ChunkCache, ChunkRenderCache, ClientWorld, DemoServerWorld, MultiServerWorld, ServerWorld, World

public interface BlockView
Mappings:
Namespace Name
official adq
intermediary net/minecraft/class_1158
named net/minecraft/world/BlockView
  • Method Details

    • getBlockEntity

      BlockEntity getBlockEntity(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official s Ladq;s(Lcj;)Lakw;
      intermediary method_8581 Lnet/minecraft/class_1158;method_8581(Lnet/minecraft/class_2552;)Lnet/minecraft/class_226;
      named getBlockEntity Lnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
    • getLight

      @Environment(CLIENT) int getLight(BlockPos pos, int minBlockLight)
      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;I)I
      intermediary method_8578 Lnet/minecraft/class_1158;method_8578(Lnet/minecraft/class_2552;I)I
      named getLight Lnet/minecraft/world/BlockView;getLight(Lnet/minecraft/util/math/BlockPos;I)I
    • getBlockState

      BlockState getBlockState(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official p Ladq;p(Lcj;)Lalz;
      intermediary method_8580 Lnet/minecraft/class_1158;method_8580(Lnet/minecraft/class_2552;)Lnet/minecraft/class_2232;
      named getBlockState Lnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • isAir

      boolean isAir(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official d Ladq;d(Lcj;)Z
      intermediary method_8579 Lnet/minecraft/class_1158;method_8579(Lnet/minecraft/class_2552;)Z
      named isAir Lnet/minecraft/world/BlockView;isAir(Lnet/minecraft/util/math/BlockPos;)Z
    • getBiome

      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;)Lady;
      intermediary method_8577 Lnet/minecraft/class_1158;method_8577(Lnet/minecraft/class_2552;)Lnet/minecraft/class_1170;
      named getBiome Lnet/minecraft/world/BlockView;getBiome(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
    • isEmpty

      @Environment(CLIENT) boolean isEmpty()
      Mappings:
      Namespace Name Mixin selector
      official W Ladq;W()Z
      intermediary method_3772 Lnet/minecraft/class_1158;method_3772()Z
      named isEmpty Lnet/minecraft/world/BlockView;isEmpty()Z
    • getStrongRedstonePower

      int getStrongRedstonePower(BlockPos pos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Ladq;a(Lcj;Lcq;)I
      intermediary method_8576 Lnet/minecraft/class_1158;method_8576(Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;)I
      named getStrongRedstonePower Lnet/minecraft/world/BlockView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
    • getGeneratorType

      Mappings:
      Namespace Name Mixin selector
      official G Ladq;G()Ladr;
      intermediary method_8575 Lnet/minecraft/class_1158;method_8575()Lnet/minecraft/class_1160;
      named getGeneratorType Lnet/minecraft/world/BlockView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;