Uses of Enum
com.cryptomorin.xseries.XBiome
Packages that use XBiome
-
Uses of XBiome in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XBiomeModifier and TypeFieldDescriptionstatic final XBiome[]XBiome.VALUESA cached unmodifiable list ofvalues()to avoid allocating memory forMethods in com.cryptomorin.xseries that return XBiomeModifier and TypeMethodDescriptionstatic XBiomeXBiome.matchXBiome(org.bukkit.block.Biome biome) Parses the XBiome with the given bukkit biome.static XBiomeReturns the enum constant of this type with the specified name.static XBiome[]XBiome.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cryptomorin.xseries that return types with arguments of type XBiomeModifier and TypeMethodDescriptionXBiome.matchXBiome(String biome) Parses the XBiome with the given name.