Class LegacyModule
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginBase
com.hypixel.hytale.server.core.plugin.JavaPlugin
com.hypixel.hytale.server.core.modules.LegacyModule
- All Implemented Interfaces:
CommandOwner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ComponentType<ChunkStore, BlockChunk> private ComponentType<ChunkStore, com.hypixel.hytale.server.core.universe.world.chunk.BlockComponentChunk> private ComponentType<ChunkStore, BlockPositionProvider> private ComponentType<ChunkStore, com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection> private ComponentType<ChunkStore, ChunkColumn> private ComponentType<ChunkStore, ChunkSection> private ComponentType<ChunkStore, EntityChunk> private ComponentType<ChunkStore, EnvironmentChunk> private ComponentType<ChunkStore, FluidSection> private static LegacyModulestatic final PluginManifestprivate ComponentType<ChunkStore, WorldChunk> Fields inherited from class com.hypixel.hytale.server.core.plugin.PluginBase
METRICS_REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LegacyModuleget()ComponentType<ChunkStore, com.hypixel.hytale.server.core.universe.world.chunk.BlockComponentChunk> ComponentType<ChunkStore, com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection> 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
-
MANIFEST
-
instance
-
worldChunkComponentType
-
blockChunkComponentType
-
entityChunkComponentType
-
blockComponentChunkComponentType
private ComponentType<ChunkStore,com.hypixel.hytale.server.core.universe.world.chunk.BlockComponentChunk> blockComponentChunkComponentType -
environmentChunkComponentType
-
chunkColumnComponentType
-
chunkSectionComponentType
-
blockSectionComponentType
private ComponentType<ChunkStore,com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection> blockSectionComponentType -
fluidSectionComponentType
-
blockPositionProviderComponentType
-
-
Constructor Details
-
LegacyModule
-
-
Method Details
-
get
-
setup
protected void setup()- Overrides:
setupin classPluginBase
-
getWorldChunkComponentType
-
getBlockChunkComponentType
-
getEntityChunkComponentType
-
getBlockComponentChunkComponentType
public ComponentType<ChunkStore,com.hypixel.hytale.server.core.universe.world.chunk.BlockComponentChunk> getBlockComponentChunkComponentType() -
getEnvironmentChunkComponentType
-
getChunkColumnComponentType
-
getChunkSectionComponentType
-
getBlockSectionComponentType
public ComponentType<ChunkStore,com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection> getBlockSectionComponentType() -
getFluidSectionComponentType
-
getBlockPositionProviderComponentType
-