Class BlockHealthModule.PlaceBlockEventSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<PlaceBlockEvent>
com.hypixel.hytale.component.system.EntityEventSystem<EntityStore,PlaceBlockEvent>
com.hypixel.hytale.server.core.modules.blockhealth.BlockHealthModule.PlaceBlockEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
BlockHealthModule
public static class BlockHealthModule.PlaceBlockEventSystem
extends EntityEventSystem<EntityStore,PlaceBlockEvent>
-
Field Summary
FieldsFields 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, PlaceBlockEvent 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
-
Field Details
-
BLOCK_HEALTH_CHUNK_COMPONENT_TYPE
@Nonnull private static final ComponentType<ChunkStore,BlockHealthChunk> BLOCK_HEALTH_CHUNK_COMPONENT_TYPE
-
-
Constructor Details
-
PlaceBlockEventSystem
public PlaceBlockEventSystem()
-
-
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
-