Class RegionCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter
dk.lockfuglsang.minecraft.command.CompositeCommand
us.talabrek.ultimateskyblock.command.admin.RegionCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command, org.bukkit.command.TabCompleter

public class RegionCommand extends dk.lockfuglsang.minecraft.command.CompositeCommand
Command to show the regions of interest.
  • Field Summary

    Fields inherited from class dk.lockfuglsang.minecraft.command.CompositeCommand

    HELP_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegionCommand(uSkyBlock plugin, dk.lockfuglsang.minecraft.animation.AnimationHandler animationHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAnimation(org.bukkit.entity.Player player, List<org.bukkit.Location> points)
     
    void
    setMaterial(org.bukkit.Material material)
     

    Methods inherited from class dk.lockfuglsang.minecraft.command.CompositeCommand

    accept, add, addFeaturePermission, addTab, execute, getAliases, getChildren, getDescription, getFeaturePermissions, getName, getParams, getParamsAsString, getParent, getPermission, getTabCompleter, getUsage, hasAccess, hasPermission, hasPermissionOverride, onTabComplete, setParent, showUsage

    Methods inherited from class dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter

    filter

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegionCommand

      public RegionCommand(uSkyBlock plugin, dk.lockfuglsang.minecraft.animation.AnimationHandler animationHandler)
  • Method Details

    • setMaterial

      public void setMaterial(org.bukkit.Material material)
    • addAnimation

      public void addAnimation(org.bukkit.entity.Player player, List<org.bukkit.Location> points)