Uses of Class
net.risingworld.api.definitions.Plants.PlantDefinition
Packages that use Plants.PlantDefinition
Package
Description
-
Uses of Plants.PlantDefinition in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Plants.PlantDefinitionModifier and TypeFieldDescriptionBiomes.Biome.coastDefsArray containing all plants which could spawn in this biome in coastal areas.Biomes.Biome.entranceRockDefsRocks only subset of rockDefs (the rock spawn category also holds trunks, logs etc.), used for cave entrance bouldersBiomes.Biome.plantDefsArray containing all plants which could spawn in this biome.Biomes.Biome.rockDefsArray containing all rocks which could spawn in this biome.Biomes.Biome.treeDefsArray containing all trees which could spawn in this biome.Biomes.Biome.underwaterPlantDefsArray containing all underwater plants which could spawn in this biome.Methods in net.risingworld.api.definitions that return Plants.PlantDefinitionModifier and TypeMethodDescriptionstatic Plants.PlantDefinition[]Definitions.getAllPlantDefinitions()Gets an array containing all plant definitions of the game.static Plants.PlantDefinitionDefinitions.getPlantDefinition(int id) Gets a plant definition by id.static Plants.PlantDefinitionDefinitions.getPlantDefinition(String name) Gets a plant definition by name, using the internal name (e.g "tomato" or "spruceforest" etc). -
Uses of Plants.PlantDefinition in net.risingworld.api.events.player.world
Methods in net.risingworld.api.events.player.world that return Plants.PlantDefinition -
Uses of Plants.PlantDefinition in net.risingworld.api.events.world
Methods in net.risingworld.api.events.world that return Plants.PlantDefinitionModifier and TypeMethodDescriptionPlantGrowthEvent.getNextStagePlantDefinition()PlantGrowthEvent.getPlantDefinition() -
Uses of Plants.PlantDefinition in net.risingworld.api.objects.world
Methods in net.risingworld.api.objects.world that return Plants.PlantDefinition