Uses of Class
net.minecraft.network.packet.s2c.play.ChunkData.BlockEntityData
Packages that use ChunkData.BlockEntityData
-
Uses of ChunkData.BlockEntityData in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type ChunkData.BlockEntityDataModifier and TypeFieldDescriptionprivate final List
<ChunkData.BlockEntityData> ChunkData.blockEntities
static final PacketCodec
<RegistryByteBuf, List<ChunkData.BlockEntityData>> ChunkData.BlockEntityData.LIST_PACKET_CODEC
static final PacketCodec
<RegistryByteBuf, ChunkData.BlockEntityData> ChunkData.BlockEntityData.PACKET_CODEC
Methods in net.minecraft.network.packet.s2c.play that return ChunkData.BlockEntityDataModifier and TypeMethodDescription(package private) static ChunkData.BlockEntityData
ChunkData.BlockEntityData.of
(BlockEntity blockEntity)