Uses of Class
zombie.worldMap.UIWorldMap
Packages that use UIWorldMap
Package
Description
-
Uses of UIWorldMap in zombie.characters.animals
Methods in zombie.characters.animals with parameters of type UIWorldMapModifier and TypeMethodDescriptionvoid
AnimalZones.render
(UIWorldMap uIWorldMap, boolean boolean0, boolean boolean1) -
Uses of UIWorldMap in zombie.characters.animals.pathfind
Methods in zombie.characters.animals.pathfind with parameters of type UIWorldMapModifier and TypeMethodDescriptionvoid
NestedPathWanderer.drawLine
(UIWorldMap uIWorldMap, float float1, float float2, float float5, float float6, float float8, float float9, float float10, float float11) void
NestedPathWanderer.drawRect
(UIWorldMap uIWorldMap, float float0, float float1, float float6, float float7, float float2, float float3, float float4, float float5) void
NestedPaths.render
(UIWorldMap uIWorldMap) void
NestedPathWanderer.render
(UIWorldMap uIWorldMap) void
AnimalPathfind.renderPath
(UIWorldMap uIWorldMap, Zone var2, float float1, float float0, float var5, float var6) static void
CombinedZones.renderPath
(UIWorldMap uIWorldMap, Zone zone, float float0, float float1, float float2, float float3) void
MeshWanderer.renderPath
(UIWorldMap var1, Zone var2, float var3, float var4, float var5, float var6, IPathRenderer iPathRenderer, Mesh mesh, HashMap<Mesh, Zone> hashMap) -
Uses of UIWorldMap in zombie.core.stash
Methods in zombie.core.stash with parameters of type UIWorldMap -
Uses of UIWorldMap in zombie.gameStates
Fields in zombie.gameStates declared as UIWorldMap -
Uses of UIWorldMap in zombie.iso.worldgen
Methods in zombie.iso.worldgen with parameters of type UIWorldMap -
Uses of UIWorldMap in zombie.ui
Methods in zombie.ui that return UIWorldMap -
Uses of UIWorldMap in zombie.worldMap
Methods in zombie.worldMap with parameters of type UIWorldMapModifier and TypeMethodDescriptionfloat
WorldMapPoints.calculateLength
(UIWorldMap uIWorldMap) void
WorldMapRenderer.render
(UIWorldMap ui) Constructors in zombie.worldMap with parameters of type UIWorldMapModifierConstructorDescriptionUIWorldMapV2
(UIWorldMap uIWorldMap) UIWorldMapV3
(UIWorldMap uIWorldMap) -
Uses of UIWorldMap in zombie.worldMap.markers
Methods in zombie.worldMap.markers with parameters of type UIWorldMapConstructors in zombie.worldMap.markers with parameters of type UIWorldMap -
Uses of UIWorldMap in zombie.worldMap.streets
Methods in zombie.worldMap.streets with parameters of type UIWorldMapModifier and TypeMethodDescriptionfloat
StreetPoints.calculateLength
(UIWorldMap uIWorldMap) boolean
WorldMapStreets.canPickStreet
(UIWorldMap uIWorldMap, float float0, float float1) WorldMapStreet.getAddPointLocation
(UIWorldMap uIWorldMap, float float1, float float2, ClosestPoint closestPoint) float
WorldMapStreet.getClosestPointOn
(UIWorldMap uIWorldMap, float float9, float float10, ClosestPoint closestPoint) double
WorldMapStreet.getFontScale
(UIWorldMap uIWorldMap) float
WorldMapStreet.getLength
(UIWorldMap uIWorldMap) float
WorldMapStreet.getLengthSquared
(UIWorldMap uIWorldMap) boolean
WorldMapStreet.getPointOn
(UIWorldMap uIWorldMap, float float0, PointOn pointOn) void
StreetRenderData.init
(UIWorldMap uIWorldMap, WorldMapRenderer worldMapRenderer) boolean
WorldMapStreet.isOnScreen
(UIWorldMap uIWorldMap) int
WorldMapStreet.pickPoint
(UIWorldMap uIWorldMap, float float6, float float7) WorldMapStreets.pickStreet
(UIWorldMap uIWorldMap, float float2, float float0, float float1, boolean boolean0) void
WorldMapStreet.render
(UIWorldMap uIWorldMap, StreetRenderData streetRenderData) void
WorldMapStreets.render
(UIWorldMap uIWorldMap, StreetRenderData streetRenderData) void
WorldMapStreet.renderIntersections
(UIWorldMap uIWorldMap, float float4, float float5, float float6, float float7) void
WorldMapStreet.renderLines
(UIWorldMap uIWorldMap, float float4, float float5, float float6, float float7, int int1, StreetRenderData streetRenderData) void
WorldMapStreets.renderStreetLines
(UIWorldMap uIWorldMap, float float0, float float1, float float2, float float3, int int0) Constructors in zombie.worldMap.streets with parameters of type UIWorldMapModifierConstructorDescriptionEditStreetsV1
(UIWorldMap uIWorldMap) WorldMapStreetsV1
(UIWorldMap uIWorldMap) -
Uses of UIWorldMap in zombie.worldMap.styles
Fields in zombie.worldMap.styles declared as UIWorldMapConstructors in zombie.worldMap.styles with parameters of type UIWorldMap -
Uses of UIWorldMap in zombie.worldMap.symbols
Methods in zombie.worldMap.symbols with parameters of type UIWorldMapModifier and TypeMethodDescriptionfloat
WorldMapBaseSymbol.getDisplayScale
(UIWorldMap ui) float
WorldMapBaseSymbol.heightScaled
(UIWorldMap ui) void
WorldMapBaseSymbol.layout
(UIWorldMap ui, WorldMapSymbolCollisions collisions, float rox, float roy) void
WorldMapTextureSymbol.layout
(UIWorldMap ui, WorldMapSymbolCollisions collisions, float rox, float roy) abstract void
WorldMapBaseSymbol.render
(UIWorldMap ui, float rox, float roy) void
WorldMapSymbols.render
(UIWorldMap ui) void
WorldMapTextSymbol.render
(UIWorldMap ui, float rox, float roy) void
WorldMapTextureSymbol.render
(UIWorldMap ui, float rox, float roy) float
WorldMapBaseSymbol.widthScaled
(UIWorldMap ui) Constructors in zombie.worldMap.symbols with parameters of type UIWorldMapModifierConstructorDescriptionWorldMapSymbolsV1
(UIWorldMap ui, WorldMapSymbols symbols) WorldMapSymbolsV2
(UIWorldMap uIWorldMap, WorldMapSymbols worldMapSymbols)