Class ExperienceModifier.OnMinerResourceChange

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

public static class ExperienceModifier.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>