Class DecayingItemHandler.ServerDecayingItemHandler

java.lang.Object
com.petrolpark.item.decay.DecayingItemHandler.ServerDecayingItemHandler
All Implemented Interfaces:
DecayingItemHandler
Enclosing interface:
DecayingItemHandler

public static class DecayingItemHandler.ServerDecayingItemHandler extends Object implements DecayingItemHandler
  • Field Details

    • gameTime

      public long gameTime
  • Constructor Details

    • ServerDecayingItemHandler

      public ServerDecayingItemHandler()
  • Method Details

    • getGameTime

      public long getGameTime()
      Specified by:
      getGameTime in interface DecayingItemHandler
    • isClientSide

      public boolean isClientSide()
      Specified by:
      isClientSide in interface DecayingItemHandler
    • onLoadWorld

      public static void onLoadWorld(net.minecraftforge.event.level.LevelEvent.Load event)