Uses of Class
zombie.worldMap.WorldMapFeature
Packages that use WorldMapFeature
-
Uses of WorldMapFeature in zombie.pot
Methods in zombie.pot with parameters of type WorldMapFeature -
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 args, WorldMapFeature feature, WorldMapStyleLayer.RGBAf color, Texture texture, float textureScale, WorldMapStyleLayer.TextureScaling scaling) 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 feature, WorldMapStyleLayer.FilterArgs args) voidWorldMapLineStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidWorldMapPolygonStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidWorldMapPyramidStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) abstract voidWorldMapStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidWorldMapTextStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidWorldMapTextureStyleLayer.render(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args)