Package net.glowstone.block.entity
Class SkullEntity
java.lang.Object
net.glowstone.block.entity.BlockEntity
net.glowstone.block.entity.SkullEntity
-
Field Summary
Fields inherited from class net.glowstone.block.entity.BlockEntity
block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOwner()
byte
getState()
Create a new BlockState which will correspond to this block entity.byte
getType()
void
loadNbt
(CompoundTag tag) Read this BlockEntity's data from the saved tag.void
saveNbt
(CompoundTag tag) Save this BlockEntity's data to NBT.void
setOwner
(GlowPlayerProfile owner) void
setRotation
(byte rotation) void
setType
(byte type) void
update
(GlowPlayer player) Update this BlockEntity's visible state to the given player.Methods inherited from class net.glowstone.block.entity.BlockEntity
destroy, getBlock, pulse, setSaveId, updateInRange
-
Constructor Details
-
SkullEntity
-
-
Method Details
-
loadNbt
Description copied from class:BlockEntity
Read this BlockEntity's data from the saved tag.- Overrides:
loadNbt
in classBlockEntity
- Parameters:
tag
- The tag to load from.
-
saveNbt
Description copied from class:BlockEntity
Save this BlockEntity's data to NBT.- Overrides:
saveNbt
in classBlockEntity
- Parameters:
tag
- The tag to save to.
-
getState
Description copied from class:BlockEntity
Create a new BlockState which will correspond to this block entity.- Overrides:
getState
in classBlockEntity
- Returns:
- A GlowBlockState, or null to use a standard BlockState.
-
update
Description copied from class:BlockEntity
Update this BlockEntity's visible state to the given player.- Overrides:
update
in classBlockEntity
- Parameters:
player
- The player to update.
-
setOwner
-
getType
public byte getType() -
setType
public void setType(byte type) -
getRotation
public byte getRotation() -
setRotation
public void setRotation(byte rotation) -
getOwner
-