Interface ChangeWorldBorderEvent.World
- All Superinterfaces:
Cancellable
,ChangeWorldBorderEvent
,Event
- Enclosing interface:
ChangeWorldBorderEvent
Fired when a value on a world's
WorldBorder
is changed.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.ChangeWorldBorderEvent
ChangeWorldBorderEvent.Player, ChangeWorldBorderEvent.World
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
Methods inherited from interface org.spongepowered.api.event.world.ChangeWorldBorderEvent
newBorder, originalNewBorder, previousBorder, setNewBorder
-
Method Details
-
world
ServerWorld world()TheServerWorld
that this is associated with.- Returns:
- The world.
-