SkipOperations

The SkipOperations class provides static fields representing different skip operators for calculating time intervals in a Minecraft world.

Types

Link copied to clipboard
fun interface SkipOperation

A functional interface representing a skip operator for calculating time intervals in a Minecraft world.

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.