Class PacketSendNBTPacket
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationIntPacket
me.desht.pneumaticcraft.common.network.PacketSendNBTPacket
Received on: CLIENT
Sent by server to give a clientside BE a copy of its NBT data
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationIntPacket
pos -
Constructor Summary
ConstructorsConstructorDescriptionPacketSendNBTPacket(net.minecraft.network.FriendlyByteBuf buffer) PacketSendNBTPacket(net.minecraft.world.level.block.entity.BlockEntity te) -
Method Summary
-
Constructor Details
-
PacketSendNBTPacket
public PacketSendNBTPacket(net.minecraft.world.level.block.entity.BlockEntity te) -
PacketSendNBTPacket
public PacketSendNBTPacket(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buffer) - Overrides:
toBytesin classLocationIntPacket
-
handle
-