Class ItemFrameSystems.PlaceSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<PlaceBlockEvent>
com.hypixel.hytale.component.system.EntityEventSystem<EntityStore, PlaceBlockEvent>
com.mrbysco.itemframes.system.ItemFrameSystems.PlaceSystem
- All Implemented Interfaces:
ISystem<EntityStore>, QuerySystem<EntityStore>
- Enclosing class:
ItemFrameSystems
public static class ItemFrameSystems.PlaceSystem
extends EntityEventSystem<EntityStore, PlaceBlockEvent>
-
Field Summary
Fields inherited from interface ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidhandle(int index, ArchetypeChunk<EntityStore> archetypeChunk, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer, PlaceBlockEvent event) Methods inherited from class EntityEventSystem
handleInternalMethods inherited from class EventSystem
getEventType, shouldProcessEventMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface QuerySystem
test
-
Constructor Details
-
PlaceSystem
public PlaceSystem()
-
-
Method Details
-
handle
public void handle(int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull PlaceBlockEvent event) - Specified by:
handlein classEntityEventSystem<EntityStore, PlaceBlockEvent>
-
getQuery
-