public class Checkpoint extends PressurePlate
location, material, parkour, rewards| Constructor and Description | 
|---|
Checkpoint(org.bukkit.Location location,
          int checkpointNo,
          List<String> rewards)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCheckpointNo()  | 
int | 
getType()
The type of pressure plate. 
 | 
void | 
setCheckpointNo(int checkpointNo)  | 
getLocation, getMaterial, getParkour, getRewards, placeMaterial, removeMaterial, setParkour, setRewardspublic int getType()
PressurePlateDefault ID's: 0 - Start Point 1 - End Point 2 - Restart Point 3 - Checkpoint 4 - Border Point 5 - Exit Point
getType in class PressurePlatepublic int getCheckpointNo()
public void setCheckpointNo(int checkpointNo)
Copyright © 2025. All rights reserved.