Package com.petrolpark.item.decay
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.item.decay.DecayingItemHandler
DecayingItemHandler.ClientDecayingItemHandler, DecayingItemHandler.ServerDecayingItemHandler -
Field Summary
FieldsFields inherited from interface com.petrolpark.item.decay.DecayingItemHandler
DUMMY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanstatic voidonLoadWorld(net.minecraftforge.event.level.LevelEvent.Load event)
-
Field Details
-
gameTime
public long gameTime
-
-
Constructor Details
-
ServerDecayingItemHandler
public ServerDecayingItemHandler()
-
-
Method Details
-
getGameTime
public long getGameTime()- Specified by:
getGameTimein interfaceDecayingItemHandler
-
isClientSide
public boolean isClientSide()- Specified by:
isClientSidein interfaceDecayingItemHandler
-
onLoadWorld
public static void onLoadWorld(net.minecraftforge.event.level.LevelEvent.Load event)
-