Uses of Class
zombie.core.textures.TextureID
Packages that use TextureID
-
Uses of TextureID in zombie.core.fonts
Constructors in zombie.core.fonts with parameters of type TextureID -
Uses of TextureID in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type TextureIDModifier and TypeMethodDescriptionvoidVBORenderer.addDisk(int drawStyle, int orientation, float innerRadius, float outerRadius, int slices, int loops, TextureID textureID, float red, float green, float blue, float alpha) voidVBORenderer.addDisk_Fill(float innerRadius, float outerRadius, int slices, int loops, TextureID textureID, float red, float green, float blue, float alpha) voidVBORenderer.setTextureID(TextureID textureID) -
Uses of TextureID in zombie.core.textures
Fields in zombie.core.textures declared as TextureIDMethods in zombie.core.textures that return TextureIDModifier and TypeMethodDescriptionstatic TextureIDTextureID.createSteamAvatar(long steamID) Texture.getTextureId()Constructors in zombie.core.textures with parameters of type TextureID -
Uses of TextureID in zombie.worldMap
Methods in zombie.worldMap that return TextureID