Class ExitPoint

java.lang.Object
me.block2block.hubparkour.api.plates.PressurePlate
me.block2block.hubparkour.api.plates.ExitPoint

public class ExitPoint extends PressurePlate
Pressure plate to symbolize where the player should be teleported to after parkour ends. Handles multiple end types.
  • Constructor Details

    • ExitPoint

      public ExitPoint(Location location)
  • Method Details

    • getType

      public int getType()
      Description copied from class: PressurePlate
      The type of pressure plate. This is just an arbitrary value.

      Default ID's: 0 - Start Point 1 - End Point 2 - Restart Point 3 - Checkpoint 4 - Border Point 5 - Exit Point

      Specified by:
      getType in class PressurePlate
      Returns:
      the pressure plate type