Uses of Class
zombie.worldMap.styles.WorldMapStyleLayer.RGBAf
Packages that use WorldMapStyleLayer.RGBAf
-
Uses of WorldMapStyleLayer.RGBAf in zombie.worldMap
Methods in zombie.worldMap with parameters of type WorldMapStyleLayer.RGBAfModifier and TypeMethodDescriptionvoidWorldMapRenderer.Drawer.drawImagePyramid(int cellX, int cellY, String fileName, WorldMapStyleLayer.RGBAf fill) voidWorldMapRenderer.Drawer.drawImagePyramid(int cellX, int cellY, WorldMapImages images, WorldMapStyleLayer.RGBAf fill) voidWorldMapRenderer.Drawer.drawLineString(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) voidWorldMapRenderer.Drawer.drawLineStringTexture(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth, Texture texture) voidWorldMapRenderer.Drawer.drawLineStringXXX(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) voidWorldMapRenderer.Drawer.drawLineStringYYY(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) voidWorldMapRenderer.Drawer.drawTexture(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2) voidWorldMapRenderer.Drawer.drawTexture(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2, int cellX, int cellY) voidWorldMapRenderer.Drawer.drawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2) voidWorldMapRenderer.Drawer.drawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2, int cellX, int cellY) voidWorldMapRenderer.Drawer.fillPolygon(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color) voidWorldMapRenderer.Drawer.fillPolygon(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, Texture texture, float textureScale, WorldMapStyleLayer.TextureScaling scaling) -
Uses of WorldMapStyleLayer.RGBAf in zombie.worldMap.styles
Fields in zombie.worldMap.styles with type parameters of type WorldMapStyleLayer.RGBAfModifier and TypeFieldDescriptionstatic final ObjectPool<WorldMapStyleLayer.RGBAf> WorldMapStyleLayer.RGBAf.s_poolMethods in zombie.worldMap.styles that return WorldMapStyleLayer.RGBAfModifier and TypeMethodDescriptionWorldMapStyleLayer.evalColor(float zoom, ArrayList<WorldMapStyleLayer.ColorStop> stops) WorldMapPyramidStyleLayer.getFill(WorldMapStyleLayer.RenderArgs args) WorldMapStyleLayer.RGBAf.init(float r, float g, float b, float a)