Package zombie.chat
Class ChatElement
java.lang.Object
zombie.chat.ChatElement
- All Implemented Interfaces:
Talker
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic NineGridTexturestatic booleanprotected booleanprotected booleanprotected floatprotected floatprotected intprotected intprotected ChatElementOwnerprotected zombie.chat.ChatElement.PlayerLines[]protected Stringprotected TextDrawObjectprotected Stringprotected booleanprotected Stringprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChatLine(String string, float float1, float float2, float float3) voidaddChatLine(String string, float float1, float float2, float float3, float float4) voidaddChatLine(String string, float float1, float float2, float float3, UIFont uIFont, float float4, String string2, boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6) static voidaddNoLogText(String string) voidclear(int int1) protected floatgetDistance(IsoPlayer player) booleanintprotected floatgetScrambleValue(IsoPlayer player, float float1) booleanstatic voidNoRender(int int1) protected booleanplayerWithinBounds(IsoPlayer player, float float1) static voidRenderBatch(int int1) voidrenderBatched(int int1, int int2, int int3) voidrenderBatched(int int1, int int2, int int3, boolean boolean1) voidvoidvoidsetHistoryRange(float float1) voidsetMaxCharsPerLine(int int1) voidsetMaxChatLines(int int1) voidsetTalkerType(String string) voidsetUseEuclidean(boolean boolean1) voidupdate()protected voidprotected void
-
Field Details
-
playerLines
protected zombie.chat.ChatElement.PlayerLines[] playerLines -
owner
-
historyVal
protected float historyVal -
historyInRange
protected boolean historyInRange -
historyRange
protected float historyRange -
useEuclidean
protected boolean useEuclidean -
hasChatToDisplay
protected boolean hasChatToDisplay -
maxChatLines
protected int maxChatLines -
maxCharsPerLine
protected int maxCharsPerLine -
sayLine
-
sayLineTag
-
sayLineObject
-
Speaking
protected boolean Speaking -
talkerType
-
doBackDrop
public static boolean doBackDrop -
backdropTexture
-
-
Constructor Details
-
ChatElement
-
-
Method Details
-
setMaxChatLines
public void setMaxChatLines(int int1) -
getMaxChatLines
public int getMaxChatLines() -
setMaxCharsPerLine
public void setMaxCharsPerLine(int int1) -
IsSpeaking
public boolean IsSpeaking()- Specified by:
IsSpeakingin interfaceTalker
-
getTalkerType
- Specified by:
getTalkerTypein interfaceTalker
-
setTalkerType
-
getSayLine
- Specified by:
getSayLinein interfaceTalker
-
getSayLineTag
-
setHistoryRange
public void setHistoryRange(float float1) -
setUseEuclidean
public void setUseEuclidean(boolean boolean1) -
getHasChatToDisplay
public boolean getHasChatToDisplay() -
getDistance
-
playerWithinBounds
-
SayDebug
-
Say
-
addChatLine
-
addChatLine
-
addChatLine
-
getScrambleValue
-
updateChatLines
protected void updateChatLines() -
updateHistory
protected void updateHistory() -
update
public void update() -
renderBatched
public void renderBatched(int int1, int int2, int int3) -
renderBatched
public void renderBatched(int int1, int int2, int int3, boolean boolean1) -
clear
public void clear(int int1) -
RenderBatch
public static void RenderBatch(int int1) -
NoRender
public static void NoRender(int int1) -
addNoLogText
-