Class UseBlockEvent.Post
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.server.core.event.events.ecs.UseBlockEvent
com.hypixel.hytale.server.core.event.events.ecs.UseBlockEvent.Post
- Enclosing class:
UseBlockEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.event.events.ecs.UseBlockEvent
UseBlockEvent.Post, UseBlockEvent.Pre -
Constructor Summary
ConstructorsConstructorDescriptionPost(InteractionType interactionType, InteractionContext context, Vector3i targetBlock, com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.core.event.events.ecs.UseBlockEvent
getBlockType, getContext, getInteractionType, getTargetBlock
-
Constructor Details
-
Post
public Post(@Nonnull InteractionType interactionType, @Nonnull InteractionContext context, @Nonnull Vector3i targetBlock, @Nonnull com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType)
-