Uses of Class
zombie.worldMap.styles.WorldMapStyleLayer.RGBAf
Packages that use WorldMapStyleLayer.RGBAf
-
Uses of WorldMapStyleLayer.RGBAf in zombie.worldMap
Fields in zombie.worldMap declared as WorldMapStyleLayer.RGBAfMethods in zombie.worldMap with parameters of type WorldMapStyleLayer.RGBAfModifier and TypeMethodDescriptionvoid
WorldMapRenderer.Drawer.drawLineString
(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) void
WorldMapRenderer.Drawer.drawLineStringTexture
(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth, Texture texture) void
WorldMapRenderer.Drawer.drawLineStringXXX
(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) void
WorldMapRenderer.Drawer.drawLineStringYYY
(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, float lineWidth) void
WorldMapRenderer.Drawer.drawTexture
(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2) void
WorldMapRenderer.Drawer.drawTextureTiled
(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2, int cellX, int cellY) void
WorldMapRenderer.Drawer.drawTextureTiled
(Texture texture, WorldMapStyleLayer.RGBAf fill, int worldX1, int worldY1, int worldX2, int worldY2, int tileW, int tileH, int cellX, int cellY) void
WorldMapRenderer.Drawer.fillPolygon
(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color) void
WorldMapRenderer.Drawer.fillPolygon
(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, Texture texture, float float4, WorldMapStyleLayer.TextureScaling textureScaling) -
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_pool
Methods in zombie.worldMap.styles that return WorldMapStyleLayer.RGBAfModifier and TypeMethodDescriptionprotected WorldMapStyleLayer.RGBAf
WorldMapStyleLayer.evalColor
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.ColorStop> arrayList) WorldMapStyleLayer.RGBAf.init
(float _r, float _g, float _b, float _a)