Class WorldMapSymbolsV1
java.lang.Object
zombie.worldMap.symbols.WorldMapSymbolsV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTexture
(String symbolID, float x, float y) addTranslatedText
(String text, UIFont font, float x, float y) addUntranslatedText
(String text, UIFont font, float x, float y) void
clear()
getSymbolByIndex
(int int0) int
int
hitTest
(float uiX, float uiY) void
removeSymbolByIndex
(int index) static void
setExposed
(LuaManager.Exposer exposer)
-
Constructor Details
-
WorldMapSymbolsV1
-
-
Method Details
-
addTranslatedText
public WorldMapSymbolsV1.WorldMapTextSymbolV1 addTranslatedText(String text, UIFont font, float x, float y) -
addUntranslatedText
public WorldMapSymbolsV1.WorldMapTextSymbolV1 addUntranslatedText(String text, UIFont font, float x, float y) -
addTexture
-
hitTest
public int hitTest(float uiX, float uiY) -
getSymbolCount
public int getSymbolCount() -
getSymbolByIndex
-
removeSymbolByIndex
public void removeSymbolByIndex(int index) -
clear
public void clear() -
setExposed
-