Package net.minecraft.world
Interface BlockView
- All Known Subinterfaces:
class_3600,class_3781,IWorld,RenderBlockView
- All Known Implementing Classes:
Chunk,ChunkBlockStateStorage,ChunkCache,class_3788,class_4245,class_4441,ClientWorld,DemoServerWorld,EmptyChunk,MultiServerWorld,ServerWorld,World
public interface BlockView
- Mappings:
Namespace Name official axkintermediary net/minecraft/class_1158named net/minecraft/world/BlockView
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity(BlockPos pos) getBlockState(BlockPos pos) getFluidState(BlockPos pos) default int
-
Method Details
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official fLaxk;f(Lel;)Lbji;intermediary method_8581Lnet/minecraft/class_1158;method_8581(Lnet/minecraft/class_2552;)Lnet/minecraft/class_226;named getBlockEntityLnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
-
getBlockState
- Mappings:
Namespace Name Mixin selector official a_Laxk;a_(Lel;)Lblc;intermediary method_8580Lnet/minecraft/class_1158;method_8580(Lnet/minecraft/class_2552;)Lnet/minecraft/class_2232;named getBlockStateLnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
getFluidState
- Mappings:
Namespace Name Mixin selector official bLaxk;b(Lel;)Lbyw;intermediary method_16280Lnet/minecraft/class_1158;method_16280(Lnet/minecraft/class_2552;)Lnet/minecraft/class_4024;named getFluidStateLnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;
-
getMaxLightLevel
default int getMaxLightLevel()- Mappings:
Namespace Name Mixin selector official KLaxk;K()Iintermediary method_16279Lnet/minecraft/class_1158;method_16279()Inamed getMaxLightLevelLnet/minecraft/world/BlockView;getMaxLightLevel()I
-