Uses of Interface
net.minecraft.network.packet.s2c.play.ChunkData.BlockEntityVisitor
Package
Description
-
Uses of ChunkData.BlockEntityVisitor in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientChunkManager.loadChunkFromPacket
(int x, int z, PacketByteBuf buf, NbtCompound nbt, Consumer<ChunkData.BlockEntityVisitor> consumer) -
Uses of ChunkData.BlockEntityVisitor in net.minecraft.network.packet.s2c.play
Modifier and TypeMethodDescriptionprivate void
ChunkData.iterateBlockEntities
(ChunkData.BlockEntityVisitor consumer, int x, int z) -
Uses of ChunkData.BlockEntityVisitor in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionvoid
WorldChunk.loadFromPacket
(PacketByteBuf buf, NbtCompound nbt, Consumer<ChunkData.BlockEntityVisitor> consumer)