Class BlockHealthModule
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.hypixel.hytale.server.core.modules.blockhealth.BlockHealthModule
- All Implemented Interfaces:
CommandOwner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ComponentType<ChunkStore, BlockHealthChunk> private static final floatprivate static BlockHealthModulestatic final PluginManifestprivate static final longFields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
METRICS_REGISTRY -
Constructor Summary
Constructors -
Method Summary
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, start, withConfig, withConfig
-
Field Details
-
MANIFEST
-
SECONDS_UNTIL_REGENERATION
private static final long SECONDS_UNTIL_REGENERATION- See Also:
-
HEALING_PER_SECOND
private static final float HEALING_PER_SECOND- See Also:
-
instance
-
blockHealthChunkComponentType
-
-
Constructor Details
-
BlockHealthModule
-
-
Method Details
-
get
-
setup
protected void setup()- Overrides:
setupin classPluginBase
-
getBlockHealthChunkComponentType
-