Class ParkourPlugin
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.hypixel.hytale.builtin.parkour.ParkourPlugin
- All Implemented Interfaces:
CommandOwner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<UUID> private final it.unimi.dsi.fastutil.objects.Object2IntMap<UUID> protected static ParkourPluginprivate intstatic final Stringprivate ComponentType<EntityStore, ParkourCheckpoint> private Modelprivate final it.unimi.dsi.fastutil.objects.Object2LongMap<UUID> Fields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
METRICS_REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParkourPluginget()it.unimi.dsi.fastutil.ints.Int2ObjectMap<UUID> it.unimi.dsi.fastutil.objects.Object2IntMap<UUID> intit.unimi.dsi.fastutil.objects.Object2LongMap<UUID> voidresetPlayer(UUID playerUuid) protected voidsetup()protected voidstart()voidvoidupdateLastIndex(int index) Methods inherited from class com.hypixel.hytale.server.core.plugin.JavaPlugin
getClassLoader, getFile, getType, start0Methods inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
getAssetRegistry, getBasePermission, getBlockStateRegistry, getChunkStoreRegistry, getClientFeatureRegistry, getCodecRegistry, getCodecRegistry, getCodecRegistry, getCommandRegistry, getDataDirectory, getEntityRegistry, getEntityStoreRegistry, getEventRegistry, getIdentifier, getLogger, getManifest, getName, getState, getTaskRegistry, isDisabled, isEnabled, preLoad, setup0, shutdown, shutdown0, withConfig, withConfig
-
Field Details
-
instance
-
PARKOUR_CHECKPOINT_MODEL_ID
- See Also:
-
currentCheckpointByPlayerMap
-
startTimeByPlayerMap
-
checkpointUUIDMap
-
parkourCheckpointComponentType
-
parkourCheckpointModel
-
lastIndex
private int lastIndex
-
-
Constructor Details
-
ParkourPlugin
-
-
Method Details
-
get
-
getParkourCheckpointComponentType
-
getParkourCheckpointModel
-
getCurrentCheckpointByPlayerMap
-
getStartTimeByPlayerMap
-
getCheckpointUUIDMap
-
getLastIndex
public int getLastIndex() -
setup
protected void setup()- Overrides:
setupin classPluginBase
-
start
protected void start()- Overrides:
startin classPluginBase
-
updateLastIndex
public void updateLastIndex(int index) -
updateLastIndex
public void updateLastIndex() -
resetPlayer
-