HyCodeYourTale
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)

privateComponentType<ChunkStore, BlockChunk> blockChunkComponentType
privateComponentType<ChunkStore, BlockComponentChunk> blockComponentChunkComponentType
privateComponentType<ChunkStore, BlockPositionProvider> blockPositionProviderComponentType
privateComponentType<ChunkStore, BlockSection> blockSectionComponentType
privateComponentType<ChunkStore, ChunkColumn> chunkColumnComponentType
privateComponentType<ChunkStore, ChunkSection> chunkSectionComponentType
privateComponentType<ChunkStore, EntityChunk> entityChunkComponentType
privateComponentType<ChunkStore, EnvironmentChunk> environmentChunkComponentType
privateComponentType<ChunkStore, FluidSection> fluidSectionComponentType
privateLegacyModule instance
privateComponentType<ChunkStore, WorldChunk> worldChunkComponentType

Related Classes