HyCodeYourTale
classpublicPriority 1

PlayerSomnolence

com.hypixel.hytale.builtin.beds.sleep.components.PlayerSomnolence

implements Component

3

Methods

3

Public Methods

1

Fields

2

Constructors

Constructors

public
PlayerSomnolence()
public
PlayerSomnolence(PlayerSleep state)

Methods

Public Methods (3)

public
Component<EntityStore> clone()
@Nullable@Override
publicstatic
ComponentType<EntityStore, PlayerSomnolence> getComponentType()
public
PlayerSleep getSleepState()

Fields

Private/Package Fields (1)

privatePlayerSleep state

Related Classes