ParkourPlugin
Package: com.hypixel.hytale.builtin.parkour
public class ParkourPlugin extends JavaPluginPlugin class that registers components, systems, and commands for the parkour subsystem.
Constants
Section titled “Constants”| Modifier | Type | Name | Value |
|---|---|---|---|
public static final | String | PARKOUR_CHECKPOINT_MODEL_ID | "Objective_Location_Marker" |
Fields
Section titled “Fields”| Modifier | Type | Name |
|---|---|---|
private | ComponentType<EntityStore, ParkourCheckpoint> | parkourCheckpointComponentType |
private | Model | parkourCheckpointModel |
private | int | lastIndex |
Methods
Section titled “Methods”| Modifier | Return Type | Signature |
|---|---|---|
| “ | public static ParkourPlugin | get() |
| “ | “ | super(init) |
| “ | public ComponentType<EntityStore, ParkourCheckpoint> | getParkourCheckpointComponentType() |
| “ | public Model | getParkourCheckpointModel() |
| “ | public Object2IntMap<UUID> | getCurrentCheckpointByPlayerMap() |
| “ | public Object2LongMap<UUID> | getStartTimeByPlayerMap() |
| “ | public Int2ObjectMap<UUID> | getCheckpointUUIDMap() |
| “ | public int | getLastIndex() |
@Override protected | void | setup() |
@Override protected | void | start() |
| “ | public void | updateLastIndex(int index) |
| “ | public void | updateLastIndex() |
| “ | public void | resetPlayer(UUID playerUuid) |
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.