java.lang.Object
me.hsgamer.hscore.bukkit.command.sub.SubCommand
io.github.projectunified.unihologram.spigot.test.command.subcommand.HologramCommand
io.github.projectunified.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 io.github.projectunified.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 abstract void
    onHologramCommand(org.bukkit.command.CommandSender sender, DisplayHologram<org.bukkit.Location> hologram, String[] args)
     
    protected void
    onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args)
     

    Methods inherited from class io.github.projectunified.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, DisplayHologram<org.bukkit.Location> hologram, String[] args)
    • onHologramCommand

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