Class GeneralAction

java.lang.Object
zombie.core.GeneralAction
All Implemented Interfaces:
INetworkPacketField, IDescriptor
Direct Known Subclasses:
GeneralActionPacket

public class GeneralAction extends Object
  • 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

    • GeneralAction

      public GeneralAction()
  • Method Details