Class ScrollOptionBehaviour<E extends Enum<E> & INamedIconOptions>
java.lang.Object
com.simibubi.create.foundation.tileEntity.TileEntityBehaviour
com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueBehaviour
com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollOptionBehaviour<E>
public class ScrollOptionBehaviour<E extends Enum<E> & INamedIconOptions>
extends ScrollValueBehaviour
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueBehaviour
ScrollValueBehaviour.StepContext -
Field Summary
Fields inherited from class com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueBehaviour
scrollableValue, TYPE, valueFields inherited from class com.simibubi.create.foundation.tileEntity.TileEntityBehaviour
tileEntity -
Constructor Summary
ConstructorsConstructorDescriptionScrollOptionBehaviour(Class<E> enum_, net.minecraft.network.chat.Component label, SmartTileEntity te, ValueBoxTransform slot) -
Method Summary
Methods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueBehaviour
between, formatValue, getType, getValue, initialize, isActive, isSafeNBT, moveText, onlyActiveWhen, read, requiresWrench, setLabel, setValue, testHit, tick, withCallback, withClientCallback, withFormatter, withStepFunction, withUnit, writeMethods inherited from class com.simibubi.create.foundation.tileEntity.TileEntityBehaviour
destroy, destroy, get, get, getPos, getRequiredItems, getWorld, lazyTick, onBlockChanged, onNeighborChanged, remove, setLazyTickRate
-
Constructor Details
-
ScrollOptionBehaviour
public ScrollOptionBehaviour(Class<E> enum_, net.minecraft.network.chat.Component label, SmartTileEntity te, ValueBoxTransform slot)
-
-
Method Details
-
get
-