HyCodeYourTale
classpublicPriority 2

StartSlumberSystem

com.hypixel.hytale.builtin.beds.sleep.systems.world.StartSlumberSystem

extends DelayedSystem

2

Methods

2

Public Methods

0

Fields

1

Constructors

Constants

DurationNODDING_OFF_DURATION= Duration.ofMillis(3200L)
DurationWAKE_UP_AUTOSLEEP_DELAY= Duration.ofHours(1L)

Constructors

public
StartSlumberSystem()

Methods

Public Methods (2)

public
void delayedTick(float dt, int systemIndex, Store<EntityStore> store)
@Override
publicstatic
boolean isReadyToSleep(ComponentAccessor<EntityStore> store, Ref<EntityStore> ref)

Related Classes