Package net.glowstone.block.entity
Class BrewingStandEntity
java.lang.Object
net.glowstone.block.entity.BlockEntity
net.glowstone.block.entity.ContainerEntity
net.glowstone.block.entity.BrewingStandEntity
-
Field Summary
Fields inherited from class net.glowstone.block.entity.BlockEntity
block -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetState()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.voidsetBrewTime(int brewTime) Methods inherited from class net.glowstone.block.entity.ContainerEntity
getInventory, setContentsMethods inherited from class net.glowstone.block.entity.BlockEntity
destroy, getBlock, pulse, setSaveId, update, updateInRange
-
Constructor Details
-
BrewingStandEntity
-
-
Method Details
-
loadNbt
Description copied from class:BlockEntityRead this BlockEntity's data from the saved tag.- Overrides:
loadNbtin classContainerEntity- Parameters:
tag- The tag to load from.
-
saveNbt
Description copied from class:BlockEntitySave this BlockEntity's data to NBT.- Overrides:
saveNbtin classContainerEntity- Parameters:
tag- The tag to save to.
-
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.
-
getBrewTime
public int getBrewTime() -
setBrewTime
public void setBrewTime(int brewTime)
-