Uses of Class
zombie.worldMap.WorldMapFeature
Packages that use WorldMapFeature
-
Uses of WorldMapFeature in zombie.pot
Methods in zombie.pot with parameters of type WorldMapFeatureModifier and TypeMethodDescriptionvoid
POTWorldMapData.addFeature
(WorldMapFeature worldMapFeature0) -
Uses of WorldMapFeature in zombie.worldMap
Fields in zombie.worldMap with type parameters of type WorldMapFeatureMethods in zombie.worldMap with parameters of type WorldMapFeatureModifier 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) Method parameters in zombie.worldMap with type arguments of type WorldMapFeatureModifier and TypeMethodDescriptionvoid
WorldMapCell.hitTest
(float x, float y, ArrayList<WorldMapFeature> features) void
WorldMapData.hitTest
(float x, float y, ArrayList<WorldMapFeature> features) -
Uses of WorldMapFeature in zombie.worldMap.styles
Methods in zombie.worldMap.styles with parameters of type WorldMapFeatureModifier and TypeMethodDescriptionboolean
WorldMapStyleLayer.filter
(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) boolean
WorldMapStyleLayer.IWorldMapStyleFilter.filter
(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) boolean
WorldMapTextureStyleLayer.filter
(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) 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)