classpublicPriority 3
LegacyModule
com.hypixel.hytale.server.core.modules.LegacyModule
extends JavaPlugin
15
Methods
15
Public Methods
11
Fields
1
Constructors
Constants
BuilderCodec<LegacyModule.LegacyBlockStateChunk>CODEC= BuilderCodec.builder(
LegacyModule.LegacyBlockStateChunk.class, LegacyModule.LegacyBl...
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
PluginManifestMANIFEST= PluginManifest.corePlugin(LegacyModule.class).build()
Constructors
public
LegacyModule(JavaPluginInit init)Methods
Public Methods (15)
public
Component<ChunkStore> clone()@Nonnull@Override
public
ComponentType<ChunkStore, BlockChunk> getBlockChunkComponentType()public
ComponentType<ChunkStore, BlockComponentChunk> getBlockComponentChunkComponentType()public
ComponentType<ChunkStore, BlockPositionProvider> getBlockPositionProviderComponentType()public
ComponentType<ChunkStore, BlockSection> getBlockSectionComponentType()public
ComponentType<ChunkStore, ChunkColumn> getChunkColumnComponentType()public
ComponentType<ChunkStore, ChunkSection> getChunkSectionComponentType()public
Set<Dependency<ChunkStore>> getDependencies()@Nonnull@Override
public
ComponentType<ChunkStore, EntityChunk> getEntityChunkComponentType()public
ComponentType<ChunkStore, EnvironmentChunk> getEnvironmentChunkComponentType()public
ComponentType<ChunkStore, FluidSection> getFluidSectionComponentType()public
Query<ChunkStore> getQuery()@Override
public
ComponentType<ChunkStore, WorldChunk> getWorldChunkComponentType()public
void onEntityAdd(Holder<ChunkStore> holder, AddReason reason, Store<ChunkStore> store)@Override
public
void onEntityRemoved(Holder<ChunkStore> holder, RemoveReason reason, Store<ChunkStore> store)@Override
Fields
Private/Package Fields (11)
private
ComponentType<ChunkStore, BlockChunk> blockChunkComponentTypeprivate
ComponentType<ChunkStore, BlockComponentChunk> blockComponentChunkComponentTypeprivate
ComponentType<ChunkStore, BlockPositionProvider> blockPositionProviderComponentTypeprivate
ComponentType<ChunkStore, BlockSection> blockSectionComponentTypeprivate
ComponentType<ChunkStore, ChunkColumn> chunkColumnComponentTypeprivate
ComponentType<ChunkStore, ChunkSection> chunkSectionComponentTypeprivate
ComponentType<ChunkStore, EntityChunk> entityChunkComponentTypeprivate
ComponentType<ChunkStore, EnvironmentChunk> environmentChunkComponentTypeprivate
ComponentType<ChunkStore, FluidSection> fluidSectionComponentTypeprivate
LegacyModule instanceprivate
ComponentType<ChunkStore, WorldChunk> worldChunkComponentType