Class BlockTickPlugin
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.hypixel.hytale.builtin.blocktick.BlockTickPlugin
- All Implemented Interfaces:
IBlockTickProvider,CommandOwner
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
METRICS_REGISTRYFields inherited from interface com.hypixel.hytale.server.core.asset.type.blocktick.IBlockTickProvider
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdiscoverTickingBlocks(Holder<ChunkStore> holder, WorldChunk chunk) private voidstatic BlockTickPluginget()getTickProcedure(int blockId) protected voidsetup()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
-
instance
-
-
Constructor Details
-
BlockTickPlugin
-
-
Method Details
-
get
-
setup
protected void setup()- Overrides:
setupin classPluginBase
-
getTickProcedure
- Specified by:
getTickProcedurein interfaceIBlockTickProvider
-
discoverTickingBlocks
-
discoverTickingBlocks
-