SkipOperations
The SkipOperations class provides static fields representing different skip operators for calculating time intervals in a Minecraft world.
Types
Properties
Represents a skip operator for calculating the time interval until the next morning in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.
Represents a skip operator for calculating the time interval until the next midnight in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.
Represents a skip operator for calculating the time interval until the next afternoon in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.
Represents a skip operator for calculating the time interval until the next noon in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.
Represents a skip operator for calculating the time interval until the next sunrise in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.
Represents a skip operator for calculating the time interval until the next sunset in a Minecraft world. The value of this variable is a lambda expression that takes a World object as input and calculates the time to add to the world.