Class PacketAphorismTileUpdate
java.lang.Object
me.desht.pneumaticcraft.common.network.LocationIntPacket
me.desht.pneumaticcraft.common.network.PacketAphorismTileUpdate
Received on: BOTH
Sent by the client after editing an Aphorism Tile
Sent by the server to all tracking clients to update them
-
Field Summary
Fields inherited from class me.desht.pneumaticcraft.common.network.LocationIntPacket
pos -
Constructor Summary
ConstructorsConstructorDescriptionPacketAphorismTileUpdate(AphorismTileBlockEntity tile, net.minecraft.world.entity.player.Player player) PacketAphorismTileUpdate(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
PacketAphorismTileUpdate
public PacketAphorismTileUpdate(net.minecraft.network.FriendlyByteBuf buffer) -
PacketAphorismTileUpdate
-
PacketAphorismTileUpdate
public PacketAphorismTileUpdate(AphorismTileBlockEntity tile, net.minecraft.world.entity.player.Player player)
-
-
Method Details
-
toBytes
public void toBytes(net.minecraft.network.FriendlyByteBuf buffer) - Overrides:
toBytesin classLocationIntPacket
-
handle
-