Package com.hypixel.hytale.builtin.path
Class PrefabPathSystems.AddedFromWorldGen
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.HolderSystem<EntityStore>
com.hypixel.hytale.builtin.path.PrefabPathSystems.AddedFromWorldGen
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
PrefabPathSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Set<Dependency<EntityStore>> private static final ComponentType<EntityStore, FromWorldGen> private static final ComponentType<EntityStore, PatrolPathMarkerEntity> private static final Query<EntityStore> private static final ComponentType<EntityStore, WorldGenId> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getQuery()voidonEntityAdd(Holder<EntityStore> holder, AddReason reason, Store<EntityStore> store) voidonEntityRemoved(Holder<EntityStore> holder, RemoveReason reason, Store<EntityStore> store) 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
onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
PATH_MARKER_ENTITY_COMPONENT_TYPE
@Nullable private static final ComponentType<EntityStore,PatrolPathMarkerEntity> PATH_MARKER_ENTITY_COMPONENT_TYPE -
WORLD_GEN_ID_COMPONENT_TYPE
-
FROM_WORLD_GEN_COMPONENT_TYPE
-
QUERY
-
DEPENDENCIES
-
-
Constructor Details
-
AddedFromWorldGen
public AddedFromWorldGen()
-
-
Method Details
-
getQuery
-
getDependencies
-
getGroup
-
onEntityAdd
public void onEntityAdd(@Nonnull Holder<EntityStore> holder, @Nonnull AddReason reason, @Nonnull Store<EntityStore> store) - Specified by:
onEntityAddin classHolderSystem<EntityStore>
-
onEntityRemoved
public void onEntityRemoved(@Nonnull Holder<EntityStore> holder, @Nonnull RemoveReason reason, @Nonnull Store<EntityStore> store) - Specified by:
onEntityRemovedin classHolderSystem<EntityStore>
-