Uses of Interface
net.minecraft.network.packet.s2c.play.ChunkData.BlockEntityVisitor
Packages that use ChunkData.BlockEntityVisitor
Package
Description
-
Uses of ChunkData.BlockEntityVisitor in net.minecraft.client.world
Method parameters in net.minecraft.client.world with type arguments of type ChunkData.BlockEntityVisitorModifier 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
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type ChunkData.BlockEntityVisitorMethods in net.minecraft.network.packet.s2c.play with parameters of type ChunkData.BlockEntityVisitorModifier and TypeMethodDescriptionprivate void
ChunkData.iterateBlockEntities
(ChunkData.BlockEntityVisitor consumer, int x, int z) -
Uses of ChunkData.BlockEntityVisitor in net.minecraft.world.chunk
Method parameters in net.minecraft.world.chunk with type arguments of type ChunkData.BlockEntityVisitorModifier and TypeMethodDescriptionvoid
WorldChunk.loadFromPacket
(PacketByteBuf buf, NbtCompound nbt, Consumer<ChunkData.BlockEntityVisitor> blockEntityVisitorConsumer)