WorldTickEvent
Documentation for the WorldTickEvent event in the Irminsul game server API
WorldTickEvent is a non-cancellabe event fired when a world is ticked by the game server. By default, Irminsul runs server ticks once a second.
Fields
world
final io.irminsul.common.game.world.World
The world being ticked. Guaranteed non-null.
Last updated