Class WorldMapSymbolsV1
java.lang.Object
zombie.worldMap.symbols.WorldMapSymbolsAPI
zombie.worldMap.symbols.WorldMapSymbolsV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic 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) voidclear()zombie.worldMap.symbols.WorldMapSymbolsV1.WorldMapBaseSymbolV1getSymbolByIndex(int index) intinthitTest(float uiX, float uiY) voidremoveSymbolByIndex(int index) static voidsetExposed(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
public zombie.worldMap.symbols.WorldMapSymbolsV1.WorldMapBaseSymbolV1 getSymbolByIndex(int index) -
removeSymbolByIndex
public void removeSymbolByIndex(int index) -
clear
public void clear() -
setExposed
-