Package net.minecraft.world
Interface WorldView
- All Known Implementing Classes:
ChunkCache,ChunkRenderCache,ClientWorld,DemoServerWorld,MultiServerWorld,ServerWorld,World
public interface WorldView
- Mappings:
Namespace Name official adqintermediary net/minecraft/class_104named net/minecraft/world/WorldView
-
Method Summary
Modifier and Type Method Description BiomegetBiomeAt(BlockPos pos)BlockEntitygetBlockEntity(BlockPos pos)BlockStategetBlockState(BlockPos pos)LevelGeneratorTypegetGeneratorType()intgetLight(BlockPos pos, int minBlockLight)intgetStrongRedstonePower(BlockPos pos, Direction direction)booleanisAir(BlockPos pos)booleanisSaved()
-
Method Details
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector official sLadq;s(Lcj;)Lakw;intermediary method_484Lnet/minecraft/class_104;method_484(Lnet/minecraft/class_1372;)Lnet/minecraft/class_348;named getBlockEntityLnet/minecraft/world/WorldView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
-
getLight
- Mappings:
Namespace Name Mixin selector official bLadq;b(Lcj;I)Iintermediary method_481Lnet/minecraft/class_104;method_481(Lnet/minecraft/class_1372;I)Inamed getLightLnet/minecraft/world/WorldView;getLight(Lnet/minecraft/util/math/BlockPos;I)I
-
getBlockState
- Mappings:
Namespace Name Mixin selector official pLadq;p(Lcj;)Lalz;intermediary method_483Lnet/minecraft/class_104;method_483(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;named getBlockStateLnet/minecraft/world/WorldView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
isAir
- Mappings:
Namespace Name Mixin selector official dLadq;d(Lcj;)Zintermediary method_482Lnet/minecraft/class_104;method_482(Lnet/minecraft/class_1372;)Znamed isAirLnet/minecraft/world/WorldView;isAir(Lnet/minecraft/util/math/BlockPos;)Z
-
getBiomeAt
- Mappings:
Namespace Name Mixin selector official bLadq;b(Lcj;)Lady;intermediary method_480Lnet/minecraft/class_104;method_480(Lnet/minecraft/class_1372;)Lnet/minecraft/class_113;named getBiomeAtLnet/minecraft/world/WorldView;getBiomeAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
-
isSaved
- Mappings:
Namespace Name Mixin selector official WLadq;W()Zintermediary method_478Lnet/minecraft/class_104;method_478()Znamed isSavedLnet/minecraft/world/WorldView;isSaved()Z
-
getStrongRedstonePower
- Mappings:
Namespace Name Mixin selector official aLadq;a(Lcj;Lcq;)Iintermediary method_479Lnet/minecraft/class_104;method_479(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)Inamed getStrongRedstonePowerLnet/minecraft/world/WorldView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
-
getGeneratorType
- Mappings:
Namespace Name Mixin selector official GLadq;G()Ladr;intermediary method_477Lnet/minecraft/class_104;method_477()Lnet/minecraft/class_105;named getGeneratorTypeLnet/minecraft/world/WorldView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;
-