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 RarityItem.Properties. rarityprivate RarityItem. rarityMethods in net.minecraft.item that return Rarity Modifier and Type Method Description static RarityRarity. create(java.lang.String name, TextFormatting p_i48837_3_)RarityItem. getRarity(ItemStack p_77613_1_)RarityItemStack. getRarity()static RarityRarity. 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.PropertiesItem.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 RarityFluidAttributes.Builder. rarityprivate RarityFluidAttributes. rarityThe rarity of the fluid.Methods in net.minecraftforge.fluids that return Rarity Modifier and Type Method Description RarityFluidAttributes. getRarity()RarityFluidAttributes. getRarity(IBlockDisplayReader world, BlockPos pos)RarityFluidAttributes. getRarity(FluidStack stack)Methods in net.minecraftforge.fluids with parameters of type Rarity Modifier and Type Method Description FluidAttributes.BuilderFluidAttributes.Builder. rarity(Rarity rarity)
-