Class SpawningPlugin.LegacySpawnSuppressorEntityMigration
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.HolderSystem<EntityStore>
com.hypixel.hytale.server.core.modules.entity.EntityModule.MigrationSystem
com.hypixel.hytale.server.spawning.SpawningPlugin.LegacySpawnSuppressorEntityMigration
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
SpawningPlugin
@Deprecated(forRemoval=true)
public static class SpawningPlugin.LegacySpawnSuppressorEntityMigration
extends EntityModule.MigrationSystem
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentType<EntityStore, Nameplate> Deprecated, for removal: This API element is subject to removal in a future version.private final ComponentType<EntityStore, PersistentModel> Deprecated, for removal: This API element is subject to removal in a future version.private final Query<EntityStore> Deprecated, for removal: This API element is subject to removal in a future version.private final ComponentType<EntityStore, UnknownComponents<EntityStore>> Deprecated, for removal: This API element is subject to removal in a future version.private final ComponentType<EntityStore, UUIDComponent> Deprecated, for removal: This API element is subject to removal in a future version.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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getQuery()Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityAdd(Holder<EntityStore> holder, AddReason reason, Store<EntityStore> store) Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityRemoved(Holder<EntityStore> holder, RemoveReason reason, Store<EntityStore> 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
getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
persistentModelComponentType
Deprecated, for removal: This API element is subject to removal in a future version. -
nameplateComponentType
Deprecated, for removal: This API element is subject to removal in a future version. -
uuidComponentType
Deprecated, for removal: This API element is subject to removal in a future version. -
unknownComponentsComponentType
private final ComponentType<EntityStore,UnknownComponents<EntityStore>> unknownComponentsComponentTypeDeprecated, for removal: This API element is subject to removal in a future version. -
query
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
LegacySpawnSuppressorEntityMigration
public LegacySpawnSuppressorEntityMigration()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onEntityAdd
public void onEntityAdd(@Nonnull Holder<EntityStore> holder, @Nonnull AddReason reason, @Nonnull Store<EntityStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityAddin classHolderSystem<EntityStore>
-
onEntityRemoved
public void onEntityRemoved(@Nonnull Holder<EntityStore> holder, @Nonnull RemoveReason reason, @Nonnull Store<EntityStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityRemovedin classHolderSystem<EntityStore>
-
getQuery
Deprecated, for removal: This API element is subject to removal in a future version. -
getDependencies
Deprecated, for removal: This API element is subject to removal in a future version.
-