Package net.glowstone.block.entity
Class FurnaceEntity
java.lang.Object
net.glowstone.block.entity.BlockEntity
net.glowstone.block.entity.ContainerEntity
net.glowstone.block.entity.FurnaceEntity
-
Field Summary
Fields inherited from class net.glowstone.block.entity.BlockEntity
block -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidburn()Advances the cooking process for the tick.shortshortgetState()Create a new BlockState which will correspond to this block entity.voidloadNbt(CompoundTag tag) Read this BlockEntity's data from the saved tag.voidsaveNbt(CompoundTag tag) Save this BlockEntity's data to NBT.voidsetBurnTime(short burnTime) voidsetCookTime(short cookTime) voidupdate(GlowPlayer player) Update this BlockEntity's visible state to the given player.Methods inherited from class net.glowstone.block.entity.ContainerEntity
getInventory, setContentsMethods inherited from class net.glowstone.block.entity.BlockEntity
destroy, getBlock, pulse, setSaveId, updateInRange
-
Constructor Details
-
FurnaceEntity
-
-
Method Details
-
getState
Description copied from class:BlockEntityCreate a new BlockState which will correspond to this block entity.- Overrides:
getStatein classBlockEntity- Returns:
- A GlowBlockState, or null to use a standard BlockState.
-
update
Description copied from class:BlockEntityUpdate this BlockEntity's visible state to the given player.- Overrides:
updatein classBlockEntity- Parameters:
player- The player to update.
-
saveNbt
Description copied from class:BlockEntitySave this BlockEntity's data to NBT.- Overrides:
saveNbtin classContainerEntity- Parameters:
tag- The tag to save to.
-
loadNbt
Description copied from class:BlockEntityRead this BlockEntity's data from the saved tag.- Overrides:
loadNbtin classContainerEntity- Parameters:
tag- The tag to load from.
-
burn
public void burn()Advances the cooking process for the tick. -
getBurnTime
public short getBurnTime() -
setBurnTime
public void setBurnTime(short burnTime) -
getCookTime
public short getCookTime() -
setCookTime
public void setCookTime(short cookTime)
-