Uses of Class
zombie.worldMap.styles.WorldMapStyleLayer.RenderArgs
Packages that use WorldMapStyleLayer.RenderArgs
-
Uses of WorldMapStyleLayer.RenderArgs in zombie.worldMap
Methods in zombie.worldMap with parameters of type WorldMapStyleLayer.RenderArgsModifier 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.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.RenderArgs in zombie.worldMap.styles
Methods in zombie.worldMap.styles with parameters of type WorldMapStyleLayer.RenderArgsModifier and TypeMethodDescriptionprotected WorldMapStyleLayer.RGBAf
WorldMapStyleLayer.evalColor
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.ColorStop> arrayList) protected float
WorldMapStyleLayer.evalFloat
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList) protected float
WorldMapStyleLayer.evalFloat
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList, float float0) protected Texture
WorldMapStyleLayer.evalTexture
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) protected WorldMapStyleLayer.TextureScaling
WorldMapStyleLayer.evalTextureScaling
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList, WorldMapStyleLayer.TextureScaling textureScaling) protected WorldMapStyleLayer.TextureStop
WorldMapStyleLayer.evalTextureStop
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) void
WorldMapLineStyleLayer.render
(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) void
WorldMapPolygonStyleLayer.render
(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) abstract void
WorldMapStyleLayer.render
(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) void
WorldMapTextureStyleLayer.render
(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) void
WorldMapStyleLayer.renderCell
(WorldMapStyleLayer.RenderArgs args) void
WorldMapTextureStyleLayer.renderCell
(WorldMapStyleLayer.RenderArgs args)