Class HymodsLib

java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
io.hymods.lib.HymodsLib
All Implemented Interfaces:
com.hypixel.hytale.server.core.command.system.CommandOwner

@Deprecated public class HymodsLib extends com.hypixel.hytale.server.core.plugin.JavaPlugin
Deprecated.
This is the main class for the HymodsLib mod, and isn't intended to be used in your code.
HymodsLib - A comprehensive utility library for Hytale mods Provides common utilities for raycasting, entity management, world operations, and more.
  • Field Summary

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

    METRICS_REGISTRY
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected void
    Deprecated.

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

    Methods inherited from class Object

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

    • HymodsLib

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

    • setup

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