Package com.hypixel.hytale.server.flock
Class FlockPlugin.PrefabPasteEventSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<PrefabPasteEvent>
com.hypixel.hytale.component.system.WorldEventSystem<EntityStore,PrefabPasteEvent>
com.hypixel.hytale.server.flock.FlockPlugin.PrefabPasteEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>
- Enclosing class:
FlockPlugin
private static final class FlockPlugin.PrefabPasteEventSystem
extends WorldEventSystem<EntityStore,PrefabPasteEvent>
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer, PrefabPasteEvent 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
-
Field Details
-
plugin
-
-
Constructor Details
-
PrefabPasteEventSystem
PrefabPasteEventSystem(@Nonnull FlockPlugin plugin)
-
-
Method Details
-
handle
public void handle(@Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull PrefabPasteEvent event) - Specified by:
handlein classWorldEventSystem<EntityStore,PrefabPasteEvent>
-