Class DisplayHologramCommand

java.lang.Object
me.hsgamer.hscore.bukkit.command.sub.SubCommand
me.hsgamer.unihologram.spigot.test.command.subcommand.HologramCommand
me.hsgamer.unihologram.spigot.test.command.subcommand.DisplayHologramCommand
Direct Known Subclasses:
BackgroundColorCommand, BillboardCommand, ScaleCommand, ShadowedCommand, ShadowRadiusCommand, ShadowStrengthCommand, TextAlignmentCommand

public abstract class DisplayHologramCommand extends HologramCommand
  • Field Summary

    Fields inherited from class me.hsgamer.unihologram.spigot.test.command.subcommand.HologramCommand

    plugin

    Fields inherited from class me.hsgamer.hscore.bukkit.command.sub.SubCommand

    consoleAllowed, description, name, noPermissionMessageSender, permission, playerOnlyMessageSender, usage, usageSender
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    DisplayHologramCommand(UniHologramTest plugin, @NotNull String name, @NotNull String description, @NotNull String argsUsage, boolean consoleAllowed)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    onHologramCommand(org.bukkit.command.CommandSender sender, me.hsgamer.unihologram.common.api.Hologram<org.bukkit.Location> hologram, String[] args)
     
    protected abstract void
    onHologramCommand(org.bukkit.command.CommandSender sender, me.hsgamer.unihologram.display.DisplayHologram<org.bukkit.Location> hologram, String[] args)
     

    Methods inherited from class me.hsgamer.unihologram.spigot.test.command.subcommand.HologramCommand

    getMinimumArgumentLength, isProperUsage, onSubCommand, toLine

    Methods inherited from class me.hsgamer.hscore.bukkit.command.sub.SubCommand

    getDescription, getName, getPermission, getUsage, isConsoleAllowed, isExecutable, onCommand, onTabComplete, setConsoleAllowed, setDescription, setPermission, setPermission, setUsage

    Methods inherited from class java.lang.Object

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

    • DisplayHologramCommand

      protected DisplayHologramCommand(UniHologramTest plugin, @NotNull @NotNull String name, @NotNull @NotNull String description, @NotNull @NotNull String argsUsage, boolean consoleAllowed)
  • Method Details

    • onHologramCommand

      protected abstract void onHologramCommand(org.bukkit.command.CommandSender sender, me.hsgamer.unihologram.display.DisplayHologram<org.bukkit.Location> hologram, String[] args)
    • onHologramCommand

      protected void onHologramCommand(org.bukkit.command.CommandSender sender, me.hsgamer.unihologram.common.api.Hologram<org.bukkit.Location> hologram, String[] args)
      Specified by:
      onHologramCommand in class HologramCommand