Uses of Class
com.amalgamasimulation.discreterate.Conveyor
Packages that use Conveyor
-
Uses of Conveyor in com.amalgamasimulation.discreterate
Methods in com.amalgamasimulation.discreterate that return ConveyorMethod parameters in com.amalgamasimulation.discreterate with type arguments of type ConveyorModifier and TypeMethodDescriptionvoidConveyor.addEmptyHandler(Consumer<Conveyor<T>> handler) Adds an action that will be executed every time this Conveyor becomes empty.voidConveyor.addInflowRateChangedHandler(BiConsumer<Conveyor<T>, FlowConnection<T>> handler) Adds an action that will be executed every time the inflow rate changes.voidConveyor.addOutflowRateChangedHandler(Consumer<Conveyor<T>> handler) Adds an action that will be executed every time the outflow rate changes.voidConveyor.addSpeedChangedHandler(Consumer<Conveyor<T>> handler) Adds an action that will be executed every time the speed changes.voidConveyor.removeEmptyHandler(Consumer<Conveyor<T>> handler) Removes a previously added empty Conveyor action.voidConveyor.removeInflowRateChangedHandler(BiConsumer<Conveyor<T>, FlowConnection<T>> handler) Removes the previously added inflow rate change handler.voidConveyor.removeOutflowRateChangedHandler(Consumer<Conveyor<T>> handler) Removes the previously added outflow rate change handler.voidConveyor.removeSpeedChangedHandler(Consumer<Conveyor<T>> handler) Removes the previously added speed change handler.