Package zombie.chat
Class ChatSettings
java.lang.Object
zombie.chat.ChatSettings
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFont()
float
getRange()
float
boolean
boolean
boolean
boolean
boolean
boolean
isBold()
boolean
boolean
boolean
boolean
boolean
isUnique()
boolean
void
pack
(ByteBufferWriter byteBufferWriter) void
setAllowBBcode
(boolean boolean1) void
setAllowChatIcons
(boolean boolean1) void
setAllowColors
(boolean boolean1) void
setAllowFonts
(boolean boolean1) void
setAllowImages
(boolean boolean1) void
setBold
(boolean boolean1) void
setEqualizeLineHeights
(boolean boolean1) void
void
setFontColor
(float float1, float float2, float float3, float float4) void
setFontColor
(Color color) void
setFontSize
(String string) void
setRange
(float float1) void
setShowAuthor
(boolean boolean1) void
setShowChatTitle
(boolean boolean1) void
setShowTimestamp
(boolean boolean1) void
setUnique
(boolean boolean1) void
setUseOnlyActiveTab
(boolean boolean1) void
setZombieAttractionRange
(float float1)
-
Field Details
-
infinityRange
public static final float infinityRange- See Also:
-
-
Constructor Details
-
ChatSettings
public ChatSettings() -
ChatSettings
-
-
Method Details
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean boolean1) -
getFontColor
-
setFontColor
-
setFontColor
public void setFontColor(float float1, float float2, float float3, float float4) -
getFont
-
setFont
-
getFontSize
-
setFontSize
-
isBold
public boolean isBold() -
setBold
public void setBold(boolean boolean1) -
isShowAuthor
public boolean isShowAuthor() -
setShowAuthor
public void setShowAuthor(boolean boolean1) -
isShowTimestamp
public boolean isShowTimestamp() -
setShowTimestamp
public void setShowTimestamp(boolean boolean1) -
isShowChatTitle
public boolean isShowChatTitle() -
setShowChatTitle
public void setShowChatTitle(boolean boolean1) -
isAllowImages
public boolean isAllowImages() -
setAllowImages
public void setAllowImages(boolean boolean1) -
isAllowChatIcons
public boolean isAllowChatIcons() -
setAllowChatIcons
public void setAllowChatIcons(boolean boolean1) -
isAllowColors
public boolean isAllowColors() -
setAllowColors
public void setAllowColors(boolean boolean1) -
isAllowFonts
public boolean isAllowFonts() -
setAllowFonts
public void setAllowFonts(boolean boolean1) -
isAllowBBcode
public boolean isAllowBBcode() -
setAllowBBcode
public void setAllowBBcode(boolean boolean1) -
isEqualizeLineHeights
public boolean isEqualizeLineHeights() -
setEqualizeLineHeights
public void setEqualizeLineHeights(boolean boolean1) -
getRange
public float getRange() -
setRange
public void setRange(float float1) -
getZombieAttractionRange
public float getZombieAttractionRange() -
setZombieAttractionRange
public void setZombieAttractionRange(float float1) -
isUseOnlyActiveTab
public boolean isUseOnlyActiveTab() -
setUseOnlyActiveTab
public void setUseOnlyActiveTab(boolean boolean1) -
pack
-