HyCodeYourTale
classpublicPriority 2

UpdateSleepPacketSystem

com.hypixel.hytale.builtin.beds.sleep.systems.player.UpdateSleepPacketSystem

extends DelayedEntitySystem

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

UUID[]EMPTY_UUIDS= new UUID[0]
intMAX_SAMPLE_COUNT= 5
UpdateSleepStatePACKET_NO_SLEEP_UI= new UpdateSleepState(false, false, null, null)
Query<EntityStore>QUERY= Query.and(PlayerRef.getComponentType(), PlayerSomnolence.getComponentType(), SleepTracker.getComp...
DurationSPAN_BEFORE_BLACK_SCREEN= Duration.ofMillis(1200L)

Constructors

public
UpdateSleepPacketSystem()

Methods

Public Methods (1)

public
Query<EntityStore> getQuery()
@Override

Related Classes