Class BulkScrollValueBehaviour
java.lang.Object
com.simibubi.create.foundation.tileEntity.TileEntityBehaviour
com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollValueBehaviour
com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.BulkScrollValueBehaviour
-
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
ConstructorsConstructorDescriptionBulkScrollValueBehaviour(net.minecraft.network.chat.Component label, SmartTileEntity te, ValueBoxTransform slot, Function<SmartTileEntity, List<? extends SmartTileEntity>> groupGetter) -
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
-
BulkScrollValueBehaviour
public BulkScrollValueBehaviour(net.minecraft.network.chat.Component label, SmartTileEntity te, ValueBoxTransform slot, Function<SmartTileEntity, List<? extends SmartTileEntity>> groupGetter)
-