Uses of Enum Class
net.minecraft.world.item.Rarity
Packages that use Rarity
Package
Description
-
Uses of Rarity in net.minecraft.world.item
Fields in net.minecraft.world.item declared as RarityModifier and TypeFieldDescription(package private) RarityItem.Properties.rarityprivate final RarityItem.rarityMethods in net.minecraft.world.item that return RarityModifier and TypeMethodDescriptionstatic RarityRarity.create(String name, UnaryOperator<Style> styleModifier) static RarityRarity.create(String name, ChatFormatting p_43028_) ItemStack.getRarity()static RarityReturns the enum constant of this class with the specified name.static Rarity[]Rarity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.item with parameters of type Rarity -
Uses of Rarity in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc declared as Rarity -
Uses of Rarity in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as RarityModifier and TypeFieldDescriptionprivate RarityFluidType.Properties.rarityprivate final RarityFluidType.rarityMethods in net.minecraftforge.fluids that return RarityModifier and TypeMethodDescriptionFluidType.getRarity()Returns the rarity of the fluid.FluidType.getRarity(FluidStack stack) Returns the rarity of the fluid.Methods in net.minecraftforge.fluids with parameters of type RarityModifier and TypeMethodDescriptionSets the rarity of the fluid.