Uses of Class
net.runelite.cache.definitions.WorldMapElementDefinition
-
Packages that use WorldMapElementDefinition Package Description net.runelite.cache net.runelite.cache.definitions net.runelite.cache.definitions.loaders -
-
Uses of WorldMapElementDefinition in net.runelite.cache
Methods in net.runelite.cache that return types with arguments of type WorldMapElementDefinition Modifier and Type Method Description List<WorldMapElementDefinition>WorldMapManager. getElements() -
Uses of WorldMapElementDefinition in net.runelite.cache.definitions
Fields in net.runelite.cache.definitions with type parameters of type WorldMapElementDefinition Modifier and Type Field Description List<WorldMapElementDefinition>WorldMapCompositeDefinition. worldMapElementDefinitionsMethods in net.runelite.cache.definitions that return types with arguments of type WorldMapElementDefinition Modifier and Type Method Description List<WorldMapElementDefinition>WorldMapCompositeDefinition. getWorldMapElementDefinitions() -
Uses of WorldMapElementDefinition in net.runelite.cache.definitions.loaders
Methods in net.runelite.cache.definitions.loaders that return WorldMapElementDefinition Modifier and Type Method Description WorldMapElementDefinitionWorldMapElementLoader. load(InputStream in)
-