HyCodeYourTale
classpublicfinalPriority 2

WorldSlumber

com.hypixel.hytale.builtin.beds.sleep.resources.WorldSlumber

implements WorldSleep

8

Methods

8

Public Methods

6

Fields

1

Constructors

Constructors

public
WorldSlumber(Instant startInstant, Instant targetInstant, float irlDurationSeconds)

Methods

Public Methods (8)

public
SleepClock createSleepClock()
public
float getIrlDurationSeconds()
public
float getProgressSeconds()
public
Instant getStartInstant()
public
InstantData getStartInstantData()
public
Instant getTargetInstant()
public
InstantData getTargetInstantData()
public
void incProgressSeconds(float seconds)

Fields

Private/Package Fields (6)

privatefloat irlDurationSeconds
privatefloat progressSeconds
privateInstant startInstant
privateInstantData startInstantData
privateInstant targetInstant
privateInstantData targetInstantData

Related Classes