Class GeneralActionPacket

java.lang.Object
zombie.core.GeneralAction
zombie.network.packets.GeneralActionPacket
All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket

public class GeneralActionPacket extends GeneralAction implements INetworkPacket
  • Field Details

    • TimeoutForInfinitiveActions

      protected static int TimeoutForInfinitiveActions
    • lastId

      protected static byte lastId
    • id

      protected byte id
    • state

    • duration

      public long duration
    • startTime

      protected long startTime
    • endTime

      protected long endTime
  • Constructor Details

    • GeneralActionPacket

      public GeneralActionPacket()
  • Method Details