Package zombie.chat

Class ChatElement

java.lang.Object
zombie.chat.ChatElement
All Implemented Interfaces:
Talker

public class ChatElement extends Object implements Talker
  • Field Details

    • playerLines

      protected zombie.chat.ChatElement.PlayerLines[] playerLines
    • owner

      protected ChatElementOwner 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

      protected String sayLine
    • sayLineTag

      protected String sayLineTag
    • sayLineObject

      protected TextDrawObject sayLineObject
    • Speaking

      protected boolean Speaking
    • talkerType

      protected String talkerType
    • doBackDrop

      public static boolean doBackDrop
    • backdropTexture

      public static NineGridTexture backdropTexture
  • Constructor Details

  • 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 interface Talker
    • getTalkerType

      public String getTalkerType()
      Specified by:
      getTalkerType in interface Talker
    • setTalkerType

      public void setTalkerType(String string)
    • getSayLine

      public String getSayLine()
      Specified by:
      getSayLine in interface Talker
    • getSayLineTag

      public String getSayLineTag()
    • setHistoryRange

      public void setHistoryRange(float float1)
    • setUseEuclidean

      public void setUseEuclidean(boolean boolean1)
    • getHasChatToDisplay

      public boolean getHasChatToDisplay()
    • getDistance

      protected float getDistance(IsoPlayer player)
    • playerWithinBounds

      protected boolean playerWithinBounds(IsoPlayer player, float float1)
    • SayDebug

      public void SayDebug(int int1, String string)
    • Say

      public void Say(String string)
      Specified by:
      Say in interface Talker
    • addChatLine

      public void addChatLine(String string, float float1, float float2, float float3, float float4)
    • addChatLine

      public void addChatLine(String string, float float1, float float2, float float3)
    • addChatLine

      public 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)
    • getScrambleValue

      protected float getScrambleValue(IsoPlayer player, float float1)
    • 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

      public static void addNoLogText(String string)