Class PlayerPSTeleportEvent

java.lang.Object
org.bukkit.event.Event
com.kamikazejam.kamicommon.event.KamiCommonEvent
com.kamikazejam.kamicommon.event.PlayerPSTeleportEvent
All Implemented Interfaces:
Runnable, Cancellable

public class PlayerPSTeleportEvent extends KamiCommonEvent
  • Field Details

    • teleporteeId

      protected final String teleporteeId
    • origin

      protected final PS origin
    • destination

      protected Destination destination
  • Constructor Details

    • PlayerPSTeleportEvent

      public PlayerPSTeleportEvent(String teleporteeId, PS origin, Destination destination)
  • Method Details