Interface ChangeWorldBorderEvent.World
-
- All Superinterfaces:
Cancellable
,ChangeWorldBorderEvent
,Event
- Enclosing interface:
- ChangeWorldBorderEvent
public static interface ChangeWorldBorderEvent.World extends ChangeWorldBorderEvent
Fired when a value on a world'sWorldBorder
is changed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.world.ChangeWorldBorderEvent
ChangeWorldBorderEvent.Player, ChangeWorldBorderEvent.World
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerWorld
world()
TheServerWorld
that this is associated with.-
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 Detail
-
world
ServerWorld world()
TheServerWorld
that this is associated with.- Returns:
- The world.
-
-