Package net.minecraft.world
Interface BlockView
- All Known Implementing Classes:
ChunkCache,ChunkRenderCache,ClientWorld,DemoServerWorld,MultiServerWorld,ServerWorld,World
public interface BlockView
- Mappings:
Namespace Name official ardintermediary net/minecraft/class_1158named net/minecraft/world/BlockView
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity(BlockPos pos) getBlockState(BlockPos pos) intintgetStrongRedstonePower(BlockPos pos, Direction direction) booleanbooleanisEmpty()
-
Method Details
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official sLard;s(Ldt;)Lbcm;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;
-
getLight
- Mappings:
Namespace Name Mixin selector official bLard;b(Ldt;I)Iintermediary method_8578Lnet/minecraft/class_1158;method_8578(Lnet/minecraft/class_2552;I)Inamed getLightLnet/minecraft/world/BlockView;getLight(Lnet/minecraft/util/math/BlockPos;I)I
-
getBlockState
- Mappings:
Namespace Name Mixin selector official pLard;p(Ldt;)Lbec;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;
-
isAir
- Mappings:
Namespace Name Mixin selector official dLard;d(Ldt;)Zintermediary method_8579Lnet/minecraft/class_1158;method_8579(Lnet/minecraft/class_2552;)Znamed isAirLnet/minecraft/world/BlockView;isAir(Lnet/minecraft/util/math/BlockPos;)Z
-
getBiome
- Mappings:
Namespace Name Mixin selector official bLard;b(Ldt;)Larm;intermediary method_8577Lnet/minecraft/class_1158;method_8577(Lnet/minecraft/class_2552;)Lnet/minecraft/class_1170;named getBiomeLnet/minecraft/world/BlockView;getBiome(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
-
isEmpty
- Mappings:
Namespace Name Mixin selector official WLard;W()Zintermediary method_3772Lnet/minecraft/class_1158;method_3772()Znamed isEmptyLnet/minecraft/world/BlockView;isEmpty()Z
-
getStrongRedstonePower
- Mappings:
Namespace Name Mixin selector official aLard;a(Ldt;Lej;)Iintermediary method_8576Lnet/minecraft/class_1158;method_8576(Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;)Inamed getStrongRedstonePowerLnet/minecraft/world/BlockView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
getGeneratorType
- Mappings:
Namespace Name Mixin selector official GLard;G()Lare;intermediary method_8575Lnet/minecraft/class_1158;method_8575()Lnet/minecraft/class_1160;named getGeneratorTypeLnet/minecraft/world/BlockView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;
-