Class UpdatingAspectVariable<V extends IValue>

java.lang.Object
org.cyclops.integrateddynamics.core.part.aspect.UpdatingAspectVariable<V>
All Implemented Interfaces:
IVariable<V>, IVariableInvalidateListener, IAspectVariable<V>

public abstract class UpdatingAspectVariable<V extends IValue> extends Object implements IAspectVariable<V>
Variable for a specific aspect from a part that requires updates for value changes.
  • Constructor Details