Class BlockSpawnerPlugin.MigrateBlockSpawner
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.HolderSystem<ChunkStore>
com.hypixel.hytale.server.core.modules.block.BlockModule.MigrationSystem
com.hypixel.hytale.builtin.blockspawner.BlockSpawnerPlugin.MigrateBlockSpawner
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
BlockSpawnerPlugin
@Deprecated(forRemoval=true)
public static class BlockSpawnerPlugin.MigrateBlockSpawner
extends BlockModule.MigrationSystem
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityAdd(Holder<ChunkStore> holder, AddReason reason, Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityRemoved(Holder<ChunkStore> holder, RemoveReason reason, Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Constructor Details
-
MigrateBlockSpawner
public MigrateBlockSpawner()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onEntityAdd
public void onEntityAdd(@Nonnull Holder<ChunkStore> holder, @Nonnull AddReason reason, @Nonnull Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityAddin classHolderSystem<ChunkStore>
-
onEntityRemoved
public void onEntityRemoved(@Nonnull Holder<ChunkStore> holder, @Nonnull RemoveReason reason, @Nonnull Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityRemovedin classHolderSystem<ChunkStore>
-
getQuery
Deprecated, for removal: This API element is subject to removal in a future version.
-