Class GlowVanillaCommand.CommandMessages

java.lang.Object
net.glowstone.command.minecraft.GlowVanillaCommand.CommandMessages
Enclosing class:
GlowVanillaCommand

protected static class GlowVanillaCommand.CommandMessages extends Object
  • Constructor Details

  • Method Details

    • getGeneric

    • joinList

      public String joinList(Iterable<? extends CharSequence> objects)
      Returns the given items as a comma-separated list. The comma character and surrounding spacing are a localized string.
      Parameters:
      objects - the items to format as a list
      Returns:
      a comma-separated list
    • joinList

      public String joinList(Stream<? extends CharSequence> objects)
      Returns the given items as a comma-separated list. The comma character and surrounding spacing are a localized string.
      Parameters:
      objects - the items to format as a list
      Returns:
      a comma-separated list
    • joinList

      public String joinList(CharSequence... objects)
      Returns the given items as a comma-separated list. The comma character and surrounding spacing are a localized string.
      Parameters:
      objects - the items to format as a list
      Returns:
      a comma-separated list
    • getLocale

      public Locale getLocale()
    • getResourceBundle

      public ResourceBundle getResourceBundle()
    • getDescription

      public String getDescription()
    • getUsageMessage

      public String getUsageMessage()
    • getPermissionMessage

      public String getPermissionMessage()
    • getJoiner

      public String getJoiner()