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 @NotNull XBiomeXBiome.matchXBiome(@NotNull org.bukkit.block.Biome biome) Parses the XBiome with the given bukkit biome.@Nullable XBiomeChecks if this biome is supported in the current version and returns itself if yes.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(@NotNull String biome) Parses the XBiome with the given name.Methods in com.cryptomorin.xseries with parameters of type XBiome