Uses of Class
net.risingworld.api.definitions.Biomes.Biome
Packages that use Biomes.Biome
Package
Description
-
Uses of Biomes.Biome in net.risingworld.api
Methods in net.risingworld.api that return Biomes.BiomeModifier and TypeMethodDescriptionstatic Biomes.BiomeWorld.getBiome(float x, float y, float z) Gets the biome at a world position.static Biomes.BiomeGets the biome at a world position. -
Uses of Biomes.Biome in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Biomes.BiomeModifier and TypeFieldDescriptionBiomes.Region.defaultbiomeThe default biome that is used in this regionBiomes.Region.subbiomesAll additional subbiomes that may spawn in this regionMethods in net.risingworld.api.definitions that return Biomes.BiomeModifier and TypeMethodDescriptionstatic Biomes.Biome[]Definitions.getAllBiomes()Gets an array containing all biome definitions of the game.static Biomes.BiomeDefinitions.getBiome(int id) Gets a biome definition by id.static Biomes.BiomeGets a biome definition by name, using the internal name (e.g "Grass" or "ForestConiferous" or "Savannah" etc). -
Uses of Biomes.Biome in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return Biomes.BiomeModifier and TypeMethodDescriptionPlayerEnterBiomeEvent.getNewBiome()PlayerEnterBiomeEvent.getOldBiome() -
Uses of Biomes.Biome in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return Biomes.BiomeModifier and TypeMethodDescriptionPlayer.getBiome()Gets the biome at the current player location.