Class EntityLaunchHorizontalAction

java.lang.Object
ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
ua.mcchickenstudio.opencreative.coding.blocks.actions.entityactions.EntityAction
ua.mcchickenstudio.opencreative.coding.blocks.actions.entityactions.movement.EntityLaunchHorizontalAction
All Implemented Interfaces:
CodingBlock

public final class EntityLaunchHorizontalAction extends EntityAction
  • Constructor Details

    • EntityLaunchHorizontalAction

      public EntityLaunchHorizontalAction(Executor executor, Target target, int x, Arguments args)
  • Method Details

    • executeEntity

      public void executeEntity(@NotNull @NotNull org.bukkit.entity.Entity entity)
      Specified by:
      executeEntity in class EntityAction
    • getActionType

      @NotNull public @NotNull ActionType getActionType()
      Description copied from class: Action
      Returns type of action, that contains information about action: icon material, arguments list.
      Specified by:
      getActionType in class Action
      Returns:
      Type of action.