Class PacketJetBootsStateSync

java.lang.Object
me.desht.pneumaticcraft.common.network.PacketJetBootsStateSync

public class PacketJetBootsStateSync extends Object
Received on: CLIENT Sent from server so that all clients know the jet boots state (enabled/active) of all other clients. Allows us to play particles, do rotations, etc. with minimum traffic.
  • Constructor Details

  • Method Details

    • toBytes

      public void toBytes(net.minecraft.network.FriendlyByteBuf buf)
    • handle

      public void handle(Supplier<net.minecraftforge.network.NetworkEvent.Context> ctx)