Package net.minecraft.world.chunk
Class ChunkCache
java.lang.Object
net.minecraft.world.chunk.ChunkCache
- All Implemented Interfaces:
BlockView
- Direct Known Subclasses:
ChunkRenderCache
- Mappings:
Namespace Name official arjintermediary net/minecraft/class_1164named net/minecraft/world/chunk/ChunkCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity(BlockPos pos) getBlockState(BlockPos pos) intprivate intgetLightAtPos(LightType type, BlockPos pos) intgetStrongRedstonePower(BlockPos pos, Direction direction) booleanbooleanisEmpty()intmethod_8586(LightType type, BlockPos pos)
-
Field Details
-
minX
protected int minX- Mappings:
Namespace Name Mixin selector official aLarj;a:Iintermediary field_4595Lnet/minecraft/class_1164;field_4595:Inamed minXLnet/minecraft/world/chunk/ChunkCache;minX:I
-
minZ
protected int minZ- Mappings:
Namespace Name Mixin selector official bLarj;b:Iintermediary field_4596Lnet/minecraft/class_1164;field_4596:Inamed minZLnet/minecraft/world/chunk/ChunkCache;minZ:I
-
chunks
- Mappings:
Namespace Name Mixin selector official cLarj;c:[[Lbfh;intermediary field_4597Lnet/minecraft/class_1164;field_4597:[[Lnet/minecraft/class_1196;named chunksLnet/minecraft/world/chunk/ChunkCache;chunks:[[Lnet/minecraft/world/chunk/Chunk;
-
empty
protected boolean empty- Mappings:
Namespace Name Mixin selector official dLarj;d:Zintermediary field_4598Lnet/minecraft/class_1164;field_4598:Znamed emptyLnet/minecraft/world/chunk/ChunkCache;empty:Z
-
world
- Mappings:
Namespace Name Mixin selector official eLarj;e:Laqu;intermediary field_4599Lnet/minecraft/class_1164;field_4599:Lnet/minecraft/class_1150;named worldLnet/minecraft/world/chunk/ChunkCache;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
ChunkCache
- Mappings:
Namespace Name Mixin selector official <init>Larj;<init>(Laqu;Ldt;Ldt;I)Vintermediary <init>Lnet/minecraft/class_1164;<init>(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2552;I)Vnamed <init>Lnet/minecraft/world/chunk/ChunkCache;<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;I)V
-
-
Method Details
-
isEmpty
-
getBlockEntity
- Specified by:
getBlockEntityin interfaceBlockView- 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
-
getBlockState
- Specified by:
getBlockStatein interfaceBlockView- 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;
-
getBiome
- Specified by:
getBiomein interfaceBlockView- 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;
-
getLightAtPos
- Mappings:
Namespace Name Mixin selector official aLarj;a(Larf;Ldt;)Iintermediary method_8585Lnet/minecraft/class_1164;method_8585(Lnet/minecraft/class_1161;Lnet/minecraft/class_2552;)Inamed getLightAtPosLnet/minecraft/world/chunk/ChunkCache;getLightAtPos(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
-
isAir
-
method_8586
- Mappings:
Namespace Name Mixin selector official bLarj;b(Larf;Ldt;)Iintermediary method_8586Lnet/minecraft/class_1164;method_8586(Lnet/minecraft/class_1161;Lnet/minecraft/class_2552;)Inamed method_8586Lnet/minecraft/world/chunk/ChunkCache;method_8586(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
-
getStrongRedstonePower
- Specified by:
getStrongRedstonePowerin interfaceBlockView- 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
- Specified by:
getGeneratorTypein interfaceBlockView- 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;
-