Class GameStateSystem.OnMinerResourceChange

java.lang.Object
com.prineside.tdi2.systems.GameStateSystem.OnMinerResourceChange
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Listener<MinerResourceChange>
Enclosing class:
GameStateSystem

public static class GameStateSystem.OnMinerResourceChange extends Object implements Listener<MinerResourceChange>, com.esotericsoftware.kryo.KryoSerializable
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • handleEvent

      public void handleEvent(MinerResourceChange event)
      Specified by:
      handleEvent in interface Listener<MinerResourceChange>