Package net.glowstone.block.entity
Class DropperEntity
java.lang.Object
net.glowstone.block.entity.BlockEntity
net.glowstone.block.entity.ContainerEntity
net.glowstone.block.entity.DispenserEntity
net.glowstone.block.entity.DropperEntity
-
Field Summary
Fields inherited from class net.glowstone.block.entity.BlockEntity
block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()
Create a new BlockState which will correspond to this block entity.protected void
Methods inherited from class net.glowstone.block.entity.ContainerEntity
getInventory, loadNbt, saveNbt, setContents
Methods inherited from class net.glowstone.block.entity.BlockEntity
destroy, getBlock, pulse, setSaveId, update, updateInRange
-
Constructor Details
-
DropperEntity
-
-
Method Details
-
setOwnSaveId
protected void setOwnSaveId()- Overrides:
setOwnSaveId
in classDispenserEntity
-
getState
Description copied from class:BlockEntity
Create a new BlockState which will correspond to this block entity.- Overrides:
getState
in classDispenserEntity
- Returns:
- A GlowBlockState, or null to use a standard BlockState.
-