Package com.hypixel.hytale.server.flock
Class FlockSystems.PlayerChangeGameModeEventSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<ChangeGameModeEvent>
com.hypixel.hytale.component.system.EntityEventSystem<EntityStore,ChangeGameModeEvent>
com.hypixel.hytale.server.flock.FlockSystems.PlayerChangeGameModeEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
FlockSystems
public static class FlockSystems.PlayerChangeGameModeEventSystem
extends EntityEventSystem<EntityStore,ChangeGameModeEvent>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidhandle(int index, ArchetypeChunk<EntityStore> archetypeChunk, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer, ChangeGameModeEvent event) Methods inherited from class com.hypixel.hytale.component.system.EntityEventSystem
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, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Constructor Details
-
PlayerChangeGameModeEventSystem
public PlayerChangeGameModeEventSystem()
-
-
Method Details
-
handle
public void handle(int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull ChangeGameModeEvent event) - Specified by:
handlein classEntityEventSystem<EntityStore,ChangeGameModeEvent>
-
getQuery
-