Package net.minecraft.world.chunk
Interface ChunkProvider
- All Known Implementing Classes:
ChunkManager,ClientChunkManager,ServerChunkManager
public interface ChunkProvider
- Mappings:
Namespace Name official ckuintermediary net/minecraft/class_2823named net/minecraft/world/chunk/ChunkProvider
-
Method Summary
Modifier and Type Method Description @Nullable BlockViewgetChunk(int chunkX, int chunkZ)BlockViewgetWorld()default voidonLightUpdate(LightType type, ChunkSectionPos pos)
-
Method Details
-
getChunk
- Mappings:
Namespace Name Mixin selector official cLcku;c(II)Lbtu;intermediary method_12246Lnet/minecraft/class_2823;method_12246(II)Lnet/minecraft/class_1922;named getChunkLnet/minecraft/world/chunk/ChunkProvider;getChunk(II)Lnet/minecraft/world/BlockView;
-
onLightUpdate
- Mappings:
Namespace Name Mixin selector official aLcku;a(Lbuz;Lgq;)Vintermediary method_12247Lnet/minecraft/class_2823;method_12247(Lnet/minecraft/class_1944;Lnet/minecraft/class_4076;)Vnamed onLightUpdateLnet/minecraft/world/chunk/ChunkProvider;onLightUpdate(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/ChunkSectionPos;)V
-
getWorld
BlockView getWorld()- Mappings:
Namespace Name Mixin selector official mLcku;m()Lbtu;intermediary method_16399Lnet/minecraft/class_2823;method_16399()Lnet/minecraft/class_1922;named getWorldLnet/minecraft/world/chunk/ChunkProvider;getWorld()Lnet/minecraft/world/BlockView;
-