Uses of Enum Class
net.minecraft.item.Rarity
Packages that use Rarity
-
Uses of Rarity in net.minecraft.item
Fields in net.minecraft.item declared as RarityModifier and TypeFieldDescriptionprivate Rarity
Item.Properties.rarity
private final Rarity
Item.rarity
Methods in net.minecraft.item that return RarityModifier and TypeMethodDescriptionstatic Rarity
Rarity.create
(String name, TextFormatting p_i48837_3_) ItemStack.getRarity()
static Rarity
Returns 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.item with parameters of type Rarity -
Uses of Rarity in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as RarityModifier and TypeFieldDescriptionprivate Rarity
FluidAttributes.Builder.rarity
private final Rarity
FluidAttributes.rarity
The rarity of the fluid.Methods in net.minecraftforge.fluids that return RarityModifier and TypeMethodDescriptionFluidAttributes.getRarity()
FluidAttributes.getRarity
(IBlockDisplayReader world, BlockPos pos) FluidAttributes.getRarity
(FluidStack stack) Methods in net.minecraftforge.fluids with parameters of type Rarity