Uses of Class
net.minecraft.item.Rarity
-
Packages that use Rarity Package Description net.minecraft.item net.minecraftforge.fluids -
-
Uses of Rarity in net.minecraft.item
Fields in net.minecraft.item declared as Rarity Modifier and Type Field Description private Rarity
Item.Properties. rarity
private Rarity
Item. rarity
Methods in net.minecraft.item that return Rarity Modifier and Type Method Description static Rarity
Rarity. create(java.lang.String name, TextFormatting p_i48837_3_)
Rarity
Item. getRarity(ItemStack p_77613_1_)
Rarity
ItemStack. getRarity()
static Rarity
Rarity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Rarity[]
Rarity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.item with parameters of type Rarity Modifier and Type Method Description Item.Properties
Item.Properties. rarity(Rarity p_208103_1_)
-
Uses of Rarity in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as Rarity Modifier and Type Field Description private Rarity
FluidAttributes.Builder. rarity
private Rarity
FluidAttributes. rarity
The rarity of the fluid.Methods in net.minecraftforge.fluids that return Rarity Modifier and Type Method Description Rarity
FluidAttributes. getRarity()
Rarity
FluidAttributes. getRarity(IBlockDisplayReader world, BlockPos pos)
Rarity
FluidAttributes. getRarity(FluidStack stack)
Methods in net.minecraftforge.fluids with parameters of type Rarity Modifier and Type Method Description FluidAttributes.Builder
FluidAttributes.Builder. rarity(Rarity rarity)
-