Package net.minecraft.world.item.alchemy
Record Class PotionContents
java.lang.Object
java.lang.Record
net.minecraft.world.item.alchemy.PotionContents
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
static final com.mojang.serialization.Codec
<PotionContents> The field for thecustomColor
record component.private final List
<MobEffectInstance> The field for thecustomEffects
record component.static final PotionContents
private static final int
private static final com.mojang.serialization.Codec
<PotionContents> private static final Component
The field for thepotion
record component.static final StreamCodec
<RegistryFriendlyByteBuf, PotionContents> -
Constructor Summary
ConstructorDescriptionPotionContents
(Optional<Holder<Potion>> potion, Optional<Integer> customColor, List<MobEffectInstance> customEffects) Creates an instance of aPotionContents
record class.PotionContents
(Holder<Potion> p_331208_) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPotionTooltip
(Iterable<MobEffectInstance> p_331825_, Consumer<Component> p_331296_, float p_332038_, float p_332014_) void
addPotionTooltip
(Consumer<Component> p_331688_, float p_330466_, float p_332190_) static ItemStack
createItemStack
(Item p_330388_, Holder<Potion> p_331030_) Returns the value of thecustomColor
record component.Returns the value of thecustomEffects
record component.final boolean
Indicates whether some other object is "equal to" this one.void
forEachEffect
(Consumer<MobEffectInstance> p_331190_) int
getColor()
static int
getColor
(Iterable<MobEffectInstance> p_331934_) static int
static OptionalInt
getColorOptional
(Iterable<MobEffectInstance> p_332699_) boolean
final int
hashCode()
Returns a hash code value for this object.boolean
potion()
Returns the value of thepotion
record component.final String
toString()
Returns a string representation of this record class.withEffectAdded
(MobEffectInstance p_332083_) withPotion
(Holder<Potion> p_330288_)
-
Field Details
-
potion
The field for thepotion
record component. -
customColor
The field for thecustomColor
record component. -
customEffects
The field for thecustomEffects
record component. -
EMPTY
-
NO_EFFECT
-
EMPTY_COLOR
private static final int EMPTY_COLOR- See Also:
-
BASE_POTION_COLOR
private static final int BASE_POTION_COLOR- See Also:
-
FULL_CODEC
-
CODEC
-
STREAM_CODEC
-
-
Constructor Details
-
PotionContents
-
PotionContents
public PotionContents(Optional<Holder<Potion>> potion, Optional<Integer> customColor, List<MobEffectInstance> customEffects) Creates an instance of aPotionContents
record class.- Parameters:
potion
- the value for thepotion
record componentcustomColor
- the value for thecustomColor
record componentcustomEffects
- the value for thecustomEffects
record component
-
-
Method Details
-
createItemStack
-
is
-
getAllEffects
-
forEachEffect
-
withPotion
-
withEffectAdded
-
getColor
public int getColor() -
getColor
-
getColor
-
getColorOptional
-
hasEffects
public boolean hasEffects() -
customEffects
Returns the value of thecustomEffects
record component.- Returns:
- the value of the
customEffects
record component
-
addPotionTooltip
-
addPotionTooltip
public static void addPotionTooltip(Iterable<MobEffectInstance> p_331825_, Consumer<Component> p_331296_, float p_332038_, float p_332014_) -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
potion
Returns the value of thepotion
record component.- Returns:
- the value of the
potion
record component
-
customColor
Returns the value of thecustomColor
record component.- Returns:
- the value of the
customColor
record component
-