Class ChatSettings
java.lang.Object
zombie.chat.ChatSettings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
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 bb) void
setAllowBBcode
(boolean _allowBBcode) void
setAllowChatIcons
(boolean _allowChatIcons) void
setAllowColors
(boolean _allowColors) void
setAllowFonts
(boolean _allowFonts) void
setAllowImages
(boolean _allowImages) void
setBold
(boolean _bold) void
setEqualizeLineHeights
(boolean _equalizeLineHeights) void
void
setFontColor
(float r, float g, float b, float a) void
setFontColor
(Color _fontColor) void
setFontSize
(String _fontSize) void
setRange
(float _range) void
setShowAuthor
(boolean _showAuthor) void
setShowChatTitle
(boolean _showChatTitle) void
setShowTimestamp
(boolean _showTimestamp) void
setUnique
(boolean _unique) void
setUseOnlyActiveTab
(boolean _useOnlyActiveTab) void
setZombieAttractionRange
(float _zombieAttractionRange)
-
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 _unique) -
getFontColor
-
setFontColor
-
setFontColor
public void setFontColor(float r, float g, float b, float a) -
getFont
-
setFont
-
getFontSize
-
setFontSize
-
isBold
public boolean isBold() -
setBold
public void setBold(boolean _bold) -
isShowAuthor
public boolean isShowAuthor() -
setShowAuthor
public void setShowAuthor(boolean _showAuthor) -
isShowTimestamp
public boolean isShowTimestamp() -
setShowTimestamp
public void setShowTimestamp(boolean _showTimestamp) -
isShowChatTitle
public boolean isShowChatTitle() -
setShowChatTitle
public void setShowChatTitle(boolean _showChatTitle) -
isAllowImages
public boolean isAllowImages() -
setAllowImages
public void setAllowImages(boolean _allowImages) -
isAllowChatIcons
public boolean isAllowChatIcons() -
setAllowChatIcons
public void setAllowChatIcons(boolean _allowChatIcons) -
isAllowColors
public boolean isAllowColors() -
setAllowColors
public void setAllowColors(boolean _allowColors) -
isAllowFonts
public boolean isAllowFonts() -
setAllowFonts
public void setAllowFonts(boolean _allowFonts) -
isAllowBBcode
public boolean isAllowBBcode() -
setAllowBBcode
public void setAllowBBcode(boolean _allowBBcode) -
isEqualizeLineHeights
public boolean isEqualizeLineHeights() -
setEqualizeLineHeights
public void setEqualizeLineHeights(boolean _equalizeLineHeights) -
getRange
public float getRange() -
setRange
public void setRange(float _range) -
getZombieAttractionRange
public float getZombieAttractionRange() -
setZombieAttractionRange
public void setZombieAttractionRange(float _zombieAttractionRange) -
isUseOnlyActiveTab
public boolean isUseOnlyActiveTab() -
setUseOnlyActiveTab
public void setUseOnlyActiveTab(boolean _useOnlyActiveTab) -
pack
-