Class EntityTeleportEvent.TeleportCommand

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.EntityTeleportEvent
net.minecraftforge.event.entity.living.EntityTeleportEvent.TeleportCommand
Enclosing class:
EntityTeleportEvent

public static class EntityTeleportEvent.TeleportCommand extends EntityTeleportEvent
EntityTeleportEvent.TeleportCommand is fired before a living entity is teleported from use of TeleportCommand.
This event is Cancelable.
If the event is not canceled, the entity will be teleported.
This event does not have a result. Event.HasResult

This event is fired on the MinecraftForge.EVENT_BUS.

This event is only fired on the LogicalSide.SERVER side.

If this event is canceled, the entity will not be teleported.
  • Constructor Details

    • TeleportCommand

      public TeleportCommand(Entity entity, double targetX, double targetY, double targetZ)