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 TypeMethodDescriptionvoidPOTWorldMapData.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 TypeMethodDescriptionvoidWorldMapRenderer.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.fillPolygon(WorldMapStyleLayer.RenderArgs args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color) voidWorldMapRenderer.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 TypeMethodDescriptionvoidWorldMapCell.hitTest(float x, float y, ArrayList<WorldMapFeature> features) voidWorldMapData.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 TypeMethodDescriptionbooleanWorldMapStyleLayer.filter(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) booleanWorldMapStyleLayer.IWorldMapStyleFilter.filter(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) booleanWorldMapTextureStyleLayer.filter(WorldMapFeature var1, WorldMapStyleLayer.FilterArgs var2) voidWorldMapLineStyleLayer.render(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) voidWorldMapPolygonStyleLayer.render(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) voidWorldMapPyramidStyleLayer.render(WorldMapFeature var1, WorldMapStyleLayer.RenderArgs var2) abstract voidWorldMapStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidWorldMapTextStyleLayer.render(WorldMapFeature var1, WorldMapStyleLayer.RenderArgs var2) voidWorldMapTextureStyleLayer.render(WorldMapFeature var1, WorldMapStyleLayer.RenderArgs var2)