Package com.hypixel.hytale.builtin.path
Class PrefabPathSystems.WorldGenChangeSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.RefChangeSystem<EntityStore,WorldGenId>
com.hypixel.hytale.builtin.path.PrefabPathSystems.WorldGenChangeSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
PrefabPathSystems
public static class PrefabPathSystems.WorldGenChangeSystem
extends RefChangeSystem<EntityStore,WorldGenId>
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidonComponentAdded(Ref<EntityStore> ref, WorldGenId component, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) voidonComponentRemoved(Ref<EntityStore> ref, WorldGenId component, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) voidonComponentSet(Ref<EntityStore> ref, WorldGenId oldComponent, WorldGenId newComponent, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) 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
-
Field Details
-
MESSAGE_PREFABS_UNKNOWN
-
-
Constructor Details
-
WorldGenChangeSystem
public WorldGenChangeSystem()
-
-
Method Details
-
getQuery
-
componentType
- Specified by:
componentTypein classRefChangeSystem<EntityStore,WorldGenId>
-
onComponentAdded
public void onComponentAdded(@NonNullDecl Ref<EntityStore> ref, @NonNullDecl WorldGenId component, @NonNullDecl Store<EntityStore> store, @NonNullDecl CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentAddedin classRefChangeSystem<EntityStore,WorldGenId>
-
onComponentSet
public void onComponentSet(@NonNullDecl Ref<EntityStore> ref, @NullableDecl WorldGenId oldComponent, @NonNullDecl WorldGenId newComponent, @NonNullDecl Store<EntityStore> store, @NonNullDecl CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentSetin classRefChangeSystem<EntityStore,WorldGenId>
-
onComponentRemoved
public void onComponentRemoved(@NonNullDecl Ref<EntityStore> ref, @NonNullDecl WorldGenId component, @NonNullDecl Store<EntityStore> store, @NonNullDecl CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentRemovedin classRefChangeSystem<EntityStore,WorldGenId>
-