Class EntitySetDisplaySeeThroughAction

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.state.EntitySetDisplaySeeThroughAction
All Implemented Interfaces:
CodingBlock

public final class EntitySetDisplaySeeThroughAction extends EntityAction
  • Constructor Details

    • EntitySetDisplaySeeThroughAction

      public EntitySetDisplaySeeThroughAction(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.