Class ChatBlock

java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.ChatBlock

public class ChatBlock extends Object
Author:
phaed
  • Constructor Details

    • ChatBlock

      public ChatBlock()
  • Method Details

    • setCropRight

      @Deprecated public void setCropRight(boolean cropRight)
      Deprecated.
    • setPadRight

      @Deprecated public void setPadRight(boolean padRight)
      Deprecated.
    • setAlignment

      public void setAlignment(String... columnAlignment)
    • setFlexibility

      public void setFlexibility(boolean... columnFlex)
    • setColumnSizes

      @Deprecated public void setColumnSizes(String prefix, double... columnPercentages)
      Deprecated.
    • hasContent

      @Deprecated public boolean hasContent()
      Deprecated.
    • addRow

      public void addRow(String... contents)
    • size

      public int size()
    • isEmpty

      @Deprecated public boolean isEmpty()
      Deprecated.
    • clear

      @Deprecated public void clear()
      Deprecated.
    • sendBlock

      @Deprecated public boolean sendBlock(org.bukkit.command.CommandSender player)
      Deprecated.
    • sendBlock

      @Deprecated public boolean sendBlock(org.bukkit.command.CommandSender player, String prefix)
      Deprecated.
    • sendBlock

      public boolean sendBlock(org.bukkit.command.CommandSender player, int amount)
    • centerInLine

      @Deprecated public static String centerInLine(String msg)
      Deprecated.
    • makeEmpty

      public static String makeEmpty(String str)
    • saySingle

      public static void saySingle(org.bukkit.command.CommandSender receiver, String msg)
      Outputs a single line out, crops overflow
      Parameters:
      receiver - the receiver
      msg - the message
    • sendMessage

      public static void sendMessage(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String msg)
      Outputs a message to a user
      Parameters:
      receiver - the receiver
      msg - the message
    • sendMessage

      public static void sendMessage(@Nullable @Nullable ClanPlayer receiver, @NotNull @NotNull String msg)
    • sendMessageKey

      public static void sendMessageKey(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String key, @NotNull @NotNull Object... args)
    • sendMessageKey

      public static void sendMessageKey(@NotNull @NotNull ClanPlayer clanPlayer, @NotNull @NotNull String key, @NotNull @NotNull Object... args)
    • startColor

      @Deprecated public void startColor(String color)
      Deprecated.
    • sendBlank

      public static void sendBlank(org.bukkit.command.CommandSender receiver)
      Sends a blank line
      Parameters:
      receiver - the receiver
    • say

      @Deprecated public static String[] say(String message)
      Deprecated.
      Colors each line
    • getColorizedMessage

      @Deprecated public static String[] getColorizedMessage(String msg)
      Deprecated.
    • colorize

      @Deprecated @Nullable public static @Nullable String colorize(String message)
      Deprecated.