public class LegacyModule extends JavaPlugin
Class LegacyModule. Provides legacymodule functionality for the Hytale server.
java.lang.Object > JavaPlugin > LegacyModule
Field Summary
holders
Field holders.
newHolders
Field newHolders.
column
Field column.
blockChunk
Field blockChunk.
sections
Field sections.
migratedSections
Field migratedSections.
section
Field section.
blockSection
Field blockSection.
component
Field component.
blockState
Field blockState.
position
Field position.
blockComponentChunk
Field blockComponentChunk.
Method Detail
setup
void
setup
()
Method setup.
MigrateLegacySections
new
MigrateLegacySections
()
Method MigrateLegacySections.
MigrateLegacyBlockStateChunkSystem
new
MigrateLegacyBlockStateChunkSystem
(legacyBlockStateComponentType, this.blockComponentChunkComponentType)
Method MigrateLegacyBlockStateChunkSystem.
- Parameters:
legacyBlockStateComponentTypelegacyBlockStateComponentTypethis.blockComponentChunkComponentTypethis.blockComponentChunkComponentType
getWorldChunkComponentType
WorldChunk>
getWorldChunkComponentType
()
Method getWorldChunkComponentType.
getBlockChunkComponentType
BlockChunk>
getBlockChunkComponentType
()
Method getBlockChunkComponentType.
getEntityChunkComponentType
EntityChunk>
getEntityChunkComponentType
()
Method getEntityChunkComponentType.
getBlockComponentChunkComponentType
BlockComponentChunk>
getBlockComponentChunkComponentType
()
Method getBlockComponentChunkComponentType.
getEnvironmentChunkComponentType
EnvironmentChunk>
getEnvironmentChunkComponentType
()
Method getEnvironmentChunkComponentType.
getChunkColumnComponentType
ChunkColumn>
getChunkColumnComponentType
()
Method getChunkColumnComponentType.
getChunkSectionComponentType
ChunkSection>
getChunkSectionComponentType
()
Method getChunkSectionComponentType.
getBlockSectionComponentType
BlockSection>
getBlockSectionComponentType
()
Method getBlockSectionComponentType.
getFluidSectionComponentType
FluidSection>
getFluidSectionComponentType
()
Method getFluidSectionComponentType.
getBlockPositionProviderComponentType
BlockPositionProvider>
getBlockPositionProviderComponentType
()
Method getBlockPositionProviderComponentType.
LegacyBlockStateChunk
public
LegacyBlockStateChunk
()
Method LegacyBlockStateChunk.
SystemDependency
new
SystemDependency
(Order.AFTER, (ClassMethod SystemDependency.
- Parameters:
Order.AFTEROrder.AFTER(Class(Class
onEntityAdd
void
onEntityAdd
(@Nonnull final Holder holder, @Nonnull final AddReason reason, @Nonnull final Store store)
Method onEntityAdd.
- Parameters:
@Nonnull final Holderholder@Nonnull final AddReasonreason@Nonnull final Storestore
onEntityRemoved
void
onEntityRemoved
(@Nonnull final Holder holder, @Nonnull final RemoveReason reason, @Nonnull final Store store)
Method onEntityRemoved.
- Parameters:
@Nonnull final Holderholder@Nonnull final RemoveReasonreason@Nonnull final Storestore
getDependencies
Set>
getDependencies
()
Method getDependencies.