Uses of Class
com.cryptomorin.xseries.XBiome
-
Packages that use XBiome Package Description com.cryptomorin.xseries -
-
Uses of XBiome in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XBiome Modifier and Type Field Description static XBiome[]XBiome. VALUESA cached unmodifiable list ofvalues()to avoid allocating memory forMethods in com.cryptomorin.xseries that return XBiome Modifier and Type Method Description static XBiomeXBiome. matchXBiome(org.bukkit.block.Biome biome)Parses the XBiome with the given bukkit biome.static XBiomeXBiome. valueOf(String name)Returns 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 XBiome Modifier and Type Method Description static Optional<XBiome>XBiome. matchXBiome(String biome)Parses the XBiome with the given name.
-