Package zombie.chat
Class ChatElement
java.lang.Object
zombie.chat.ChatElement
- All Implemented Interfaces:
Talker
-
Field Summary
Modifier and TypeFieldDescriptionstatic NineGridTexture
static boolean
protected boolean
protected boolean
protected float
protected float
protected int
protected int
protected ChatElementOwner
protected zombie.chat.ChatElement.PlayerLines[]
protected String
protected TextDrawObject
protected String
protected boolean
protected String
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChatLine
(String string, float float1, float float2, float float3) void
addChatLine
(String string, float float1, float float2, float float3, float float4) void
addChatLine
(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 void
addNoLogText
(String string) void
clear
(int int1) protected float
getDistance
(IsoPlayer player) boolean
int
protected float
getScrambleValue
(IsoPlayer player, float float1) boolean
static void
NoRender
(int int1) protected boolean
playerWithinBounds
(IsoPlayer player, float float1) static void
RenderBatch
(int int1) void
renderBatched
(int int1, int int2, int int3) void
renderBatched
(int int1, int int2, int int3, boolean boolean1) void
void
void
setHistoryRange
(float float1) void
setMaxCharsPerLine
(int int1) void
setMaxChatLines
(int int1) void
setTalkerType
(String string) void
setUseEuclidean
(boolean boolean1) void
update()
protected void
protected 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:
IsSpeaking
in interfaceTalker
-
getTalkerType
- Specified by:
getTalkerType
in interfaceTalker
-
setTalkerType
-
getSayLine
- Specified by:
getSayLine
in 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
-