classpublicPriority 3
ProcessingBenchWindow
com.hypixel.hytale.builtin.crafting.window.ProcessingBenchWindow
extends BenchWindow
implements ItemContainerWindow
11
Methods
11
Public Methods
5
Fields
1
Constructors
Constructors
public
ProcessingBenchWindow(ProcessingBenchState benchState)Methods
Public Methods (11)
public
JsonObject getData()@Nonnull@Override
public
CombinedItemContainer getItemContainer()@Nonnull
public
void handleAction(Ref<EntityStore> ref, Store<EntityStore> store, WindowAction action)@Override
public
void onClose0()@Override
public
void setActive(boolean active)public
void setFuelTime(float fuelTime)public
void setMaxFuel(int maxFuel)public
void setProcessingFuelSlots(Set<Short> slots)public
void setProcessingSlots(Set<Short> slots)public
void setProgress(float progress)public
void updateBenchTierLevel(int newValue)@Override
Fields
Private/Package Fields (5)
private
boolean activeprivate
float fuelTimeprivate
CombinedItemContainer itemContainerprivate
int maxFuelprivate
float progress