Package com.hypixel.hytale.builtin.path
Class PrefabPathSystems.PrefabPlaceEntityEventSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<PrefabPlaceEntityEvent>
com.hypixel.hytale.component.system.WorldEventSystem<EntityStore,PrefabPlaceEntityEvent>
com.hypixel.hytale.builtin.path.PrefabPathSystems.PrefabPlaceEntityEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>
- Enclosing class:
PrefabPathSystems
public static class PrefabPathSystems.PrefabPlaceEntityEventSystem
extends WorldEventSystem<EntityStore,PrefabPlaceEntityEvent>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Store store, CommandBuffer commandBuffer, PrefabPlaceEntityEvent event) Methods inherited from class com.hypixel.hytale.component.system.WorldEventSystem
handleInternalMethods inherited from class com.hypixel.hytale.component.system.EventSystem
getEventType, shouldProcessEventMethods 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, onSystemUnregistered
-
Constructor Details
-
PrefabPlaceEntityEventSystem
public PrefabPlaceEntityEventSystem()
-
-
Method Details
-
handle
public void handle(@Nonnull Store store, @Nonnull CommandBuffer commandBuffer, @Nonnull PrefabPlaceEntityEvent event) - Specified by:
handlein classWorldEventSystem<EntityStore,PrefabPlaceEntityEvent>
-