Interface ChangeEntityWorldEvent.Pre
-
- All Superinterfaces:
Cancellable
,ChangeEntityWorldEvent
,Event
- Enclosing interface:
- ChangeEntityWorldEvent
public static interface ChangeEntityWorldEvent.Pre extends ChangeEntityWorldEvent, Cancellable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ChangeEntityWorldEvent
ChangeEntityWorldEvent.Post, ChangeEntityWorldEvent.Pre, ChangeEntityWorldEvent.Reposition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDestinationWorld(ServerWorld world)
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.entity.ChangeEntityWorldEvent
destinationWorld, entity, originalDestinationWorld, originalWorld
-
-
-
-
Method Detail
-
setDestinationWorld
void setDestinationWorld(ServerWorld world)
- Parameters:
world
- The world
-
-