Class TopperPlugin

java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
me.hsgamer.topper.hytale.TopperPlugin
All Implemented Interfaces:
com.hypixel.hytale.server.core.command.system.CommandOwner

public class TopperPlugin extends com.hypixel.hytale.server.core.plugin.JavaPlugin
  • Field Summary

    Fields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase

    METRICS_REGISTRY
  • Constructor Summary

    Constructors
    Constructor
    Description
    TopperPlugin(com.hypixel.hytale.server.core.plugin.JavaPluginInit init)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
    protected void
     
    protected void
     

    Methods inherited from class com.hypixel.hytale.server.core.plugin.JavaPlugin

    getClassLoader, getFile, getType, start0

    Methods 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, shutdown0, start, withConfig, withConfig

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TopperPlugin

      public TopperPlugin(@Nonnull com.hypixel.hytale.server.core.plugin.JavaPluginInit init)
  • Method Details

    • setup

      protected void setup()
      Overrides:
      setup in class com.hypixel.hytale.server.core.plugin.PluginBase
    • shutdown

      protected void shutdown()
      Overrides:
      shutdown in class com.hypixel.hytale.server.core.plugin.PluginBase
    • getMainConfig

      public MainConfig getMainConfig()
    • getTopTemplate

      public HyTopTemplate getTopTemplate()
    • getTaskManager

      public TaskManager getTaskManager()
    • getValueProviderManager

      public ValueProviderManager getValueProviderManager()
    • getPlayerNameManager

      public PlayerNameManager getPlayerNameManager()