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.worldMethod 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.playMethods 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 voidChunkData.iterateBlockEntities(ChunkData.BlockEntityVisitor consumer, int x, int z) 
- 
Uses of ChunkData.BlockEntityVisitor in net.minecraft.world.chunkMethod parameters in net.minecraft.world.chunk with type arguments of type ChunkData.BlockEntityVisitorModifier and TypeMethodDescriptionvoidWorldChunk.loadFromPacket(PacketByteBuf buf, NbtCompound nbt, Consumer<ChunkData.BlockEntityVisitor> blockEntityVisitorConsumer)