Package eu.sculkpowered.server.container
Interface FurnaceContainer
- All Superinterfaces:
Container
Represents a container of a furnace block.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.container.Container
Container.Type
-
Method Summary
Modifier and TypeMethodDescriptionint
fuelLeft()
Gets that is left in the container.void
fuelLeft
(int fuelLeft) Sets the fuel that is left in ticks to indicate the fire icon.int
Gets the max fuel burn time.void
maxFuelBurnTime
(int maxFuelBurnTime) Sets the max fuel burn time of the container.int
void
maximumProgress
(int maximumProgress) int
void
progressArrow
(int progressArrow)
-
Method Details
-
fuelLeft
void fuelLeft(int fuelLeft) Sets the fuel that is left in ticks to indicate the fire icon.- Parameters:
fuelLeft
- the fuel left in ticks- Since:
- 1.0.0
-
fuelLeft
int fuelLeft()Gets that is left in the container.- Returns:
- the fuel left
- Since:
- 1.0.0
-
maxFuelBurnTime
void maxFuelBurnTime(int maxFuelBurnTime) Sets the max fuel burn time of the container.- Parameters:
maxFuelBurnTime
- the max fuel burn time in ticks- Since:
- 1.0.0
-
maxFuelBurnTime
int maxFuelBurnTime()Gets the max fuel burn time.- Returns:
- the max fuel burn time in ticks
- Since:
- 1.0.0
-
progressArrow
void progressArrow(int progressArrow) - Since:
- 1.0.0
-
progressArrow
int progressArrow()- Since:
- 1.0.0
-
maximumProgress
void maximumProgress(int maximumProgress) - Since:
- 1.0.0
-
maximumProgress
int maximumProgress()- Since:
- 1.0.0
-