Class PartStateEmpty<P extends IPartType>

java.lang.Object
org.cyclops.integrateddynamics.core.part.PartStateBase<P>
org.cyclops.integrateddynamics.core.part.PartStateEmpty<P>
All Implemented Interfaces:
org.cyclops.cyclopscore.persist.IDirtyMarkListener, IPartState<P>

public class PartStateEmpty<P extends IPartType> extends PartStateBase<P>
Dummy part state for parts that should not persist their state.
  • Constructor Details

    • PartStateEmpty

      public PartStateEmpty()