Package net.minecraft.client.world
Class ChunkRenderCache
java.lang.Object
net.minecraft.world.chunk.ChunkCache
net.minecraft.client.world.ChunkRenderCache
- All Implemented Interfaces:
WorldView
@Environment(CLIENT) public class ChunkRenderCache extends ChunkCache
- Mappings:
Namespace Name official bffintermediary net/minecraft/class_1005named net/minecraft/client/world/ChunkRenderCache
-
Field Summary
Fields Modifier and Type Field Description private static BlockStateDEFAULT_STATEprivate BlockPosfield_4214private int[]field_4215private BlockState[]field_4216 -
Constructor Summary
Constructors Constructor Description ChunkRenderCache(World world, BlockPos startPos, BlockPos endPos, int int2) -
Method Summary
Modifier and Type Method Description BlockEntitygetBlockEntity(BlockPos pos)BlockStategetBlockState(BlockPos pos)intgetLight(BlockPos pos, int minBlockLight)private BlockStatemethod_3341(BlockPos blockPos)private intmethod_3342(BlockPos blockPos)Methods inherited from class net.minecraft.world.chunk.ChunkCache
getBiomeAt, getGeneratorType, getStrongRedstonePower, isAir, isSaved, method_507
-
Field Details
-
DEFAULT_STATE
- Mappings:
Namespace Name Mixin selector official fLbff;f:Lalz;intermediary field_4213Lnet/minecraft/class_1005;field_4213:Lnet/minecraft/class_376;named DEFAULT_STATELnet/minecraft/client/world/ChunkRenderCache;DEFAULT_STATE:Lnet/minecraft/block/BlockState;
-
field_4214
- Mappings:
Namespace Name Mixin selector official gLbff;g:Lcj;intermediary field_4214Lnet/minecraft/class_1005;field_4214:Lnet/minecraft/class_1372;named field_4214Lnet/minecraft/client/world/ChunkRenderCache;field_4214:Lnet/minecraft/util/math/BlockPos;
-
field_4215
private int[] field_4215- Mappings:
Namespace Name Mixin selector official hLbff;h:[Iintermediary field_4215Lnet/minecraft/class_1005;field_4215:[Inamed field_4215Lnet/minecraft/client/world/ChunkRenderCache;field_4215:[I
-
field_4216
- Mappings:
Namespace Name Mixin selector official iLbff;i:[Lalz;intermediary field_4216Lnet/minecraft/class_1005;field_4216:[Lnet/minecraft/class_376;named field_4216Lnet/minecraft/client/world/ChunkRenderCache;field_4216:[Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
ChunkRenderCache
- Mappings:
Namespace Name Mixin selector official <init>Ladv;<init>(Ladm;Lcj;Lcj;I)Vintermediary <init>Lnet/minecraft/class_110;<init>(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_1372;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
-
getBlockEntity
- Specified by:
getBlockEntityin interfaceWorldView- Overrides:
getBlockEntityin classChunkCache- 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
- Specified by:
getLightin interfaceWorldView- Overrides:
getLightin classChunkCache- 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
- Specified by:
getBlockStatein interfaceWorldView- Overrides:
getBlockStatein classChunkCache- 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;
-
method_3341
- Mappings:
Namespace Name Mixin selector official cLbff;c(Lcj;)Lalz;intermediary method_3341Lnet/minecraft/class_1005;method_3341(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;named method_3341Lnet/minecraft/client/world/ChunkRenderCache;method_3341(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
method_3342
- Mappings:
Namespace Name Mixin selector official eLbff;e(Lcj;)Iintermediary method_3342Lnet/minecraft/class_1005;method_3342(Lnet/minecraft/class_1372;)Inamed method_3342Lnet/minecraft/client/world/ChunkRenderCache;method_3342(Lnet/minecraft/util/math/BlockPos;)I
-