Class ChatBlock
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.ChatBlock
- Author:
- phaed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic StringcenterInLine(String msg) Deprecated.voidclear()Deprecated.static @Nullable StringDeprecated.static String[]Deprecated.booleanDeprecated.booleanisEmpty()Deprecated.static Stringstatic String[]Deprecated.static voidOutputs a single line out, crops overflowstatic voidsendBlank(org.bukkit.command.CommandSender receiver) Sends a blank linebooleansendBlock(org.bukkit.command.CommandSender player) Deprecated.booleansendBlock(org.bukkit.command.CommandSender player, int amount) booleanDeprecated.static voidsendMessage(@Nullable ClanPlayer receiver, @NotNull String msg) static voidsendMessage(@Nullable org.bukkit.command.CommandSender receiver, @NotNull String msg) Outputs a message to a userstatic voidsendMessageKey(@NotNull ClanPlayer clanPlayer, @NotNull String key, @NotNull Object... args) static voidsendMessageKey(@Nullable org.bukkit.command.CommandSender receiver, @NotNull String key, @NotNull Object... args) voidsetAlignment(String... columnAlignment) voidsetColumnSizes(String prefix, double... columnPercentages) Deprecated.voidsetCropRight(boolean cropRight) Deprecated.voidsetFlexibility(boolean... columnFlex) voidsetPadRight(boolean padRight) Deprecated.intsize()voidstartColor(String color) Deprecated.
-
Constructor Details
-
ChatBlock
public ChatBlock()
-
-
Method Details
-
setCropRight
Deprecated. -
setPadRight
Deprecated. -
setAlignment
-
setFlexibility
public void setFlexibility(boolean... columnFlex) -
setColumnSizes
Deprecated. -
hasContent
Deprecated. -
addRow
-
size
public int size() -
isEmpty
Deprecated. -
clear
Deprecated. -
sendBlock
Deprecated. -
sendBlock
Deprecated. -
sendBlock
public boolean sendBlock(org.bukkit.command.CommandSender player, int amount) -
centerInLine
Deprecated. -
makeEmpty
-
saySingle
Outputs a single line out, crops overflow- Parameters:
receiver- the receivermsg- 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 receivermsg- the message
-
sendMessage
public static void sendMessage(@Nullable @Nullable ClanPlayer receiver, @NotNull @NotNull String msg) -
sendMessageKey
-
sendMessageKey
public static void sendMessageKey(@NotNull @NotNull ClanPlayer clanPlayer, @NotNull @NotNull String key, @NotNull @NotNull Object... args) -
startColor
Deprecated. -
sendBlank
public static void sendBlank(org.bukkit.command.CommandSender receiver) Sends a blank line- Parameters:
receiver- the receiver
-
say
Deprecated.Colors each line -
getColorizedMessage
Deprecated. -
colorize
Deprecated.
-