Package | Description |
---|---|
net.minecraft.item | |
net.minecraftforge.fluids |
Modifier and Type | Field and Description |
---|---|
private Rarity |
Item.rarity |
private Rarity |
Item.Properties.rarity |
Modifier and Type | Method and Description |
---|---|
static Rarity |
Rarity.create(java.lang.String name,
TextFormatting p_i48837_3_) |
Rarity |
ItemStack.getRarity() |
Rarity |
Item.getRarity(ItemStack stack) |
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.
|
Modifier and Type | Method and Description |
---|---|
Item.Properties |
Item.Properties.rarity(Rarity rarityIn) |
Modifier and Type | Field and Description |
---|---|
private Rarity |
FluidAttributes.rarity
The rarity of the fluid.
|
private Rarity |
FluidAttributes.Builder.rarity |
Modifier and Type | Method and Description |
---|---|
Rarity |
FluidAttributes.getRarity() |
Rarity |
FluidAttributes.getRarity(FluidStack stack) |
Rarity |
FluidAttributes.getRarity(ILightReader world,
BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
FluidAttributes.Builder |
FluidAttributes.Builder.rarity(Rarity rarity) |