Package net.minecraftforge.event.level
Class SleepFinishedTimeEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.level.LevelEvent
net.minecraftforge.event.level.SleepFinishedTimeEvent
This event is fired when all players are asleep and the time should be set to day.
setWakeUpTime(wakeUpTime) sets a new time that will be added to the dayTime.
setWakeUpTime(wakeUpTime) sets a new time that will be added to the dayTime.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.event.level.LevelEvent
LevelEvent.CreateSpawnPosition, LevelEvent.Load, LevelEvent.PotentialSpawns, LevelEvent.Save, LevelEvent.Unload
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
setTimeAddition
(long newTimeIn) Sets the new time which should be set when all players wake upMethods inherited from class net.minecraftforge.event.level.LevelEvent
getLevel
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
newTime
private long newTime -
minTime
private final long minTime
-
-
Constructor Details
-
SleepFinishedTimeEvent
-
-
Method Details
-
getNewTime
public long getNewTime()- Returns:
- the new time
-
setTimeAddition
public boolean setTimeAddition(long newTimeIn) Sets the new time which should be set when all players wake up- Parameters:
newTimeIn
- The new time at wakeup- Returns:
false
if newTimeIn was lower than current time
-