Package net.minecraft.component.type
Record Class SuspiciousStewEffectsComponent
java.lang.Object
java.lang.Record
net.minecraft.component.type.SuspiciousStewEffectsComponent
- Record Components:
effects-
- All Implemented Interfaces:
Consumable,TooltipAppender
public record SuspiciousStewEffectsComponent(List<SuspiciousStewEffectsComponent.StewEffect> effects)
extends Record
implements Consumable, TooltipAppender
- Mappings:
Namespace Name named net/minecraft/component/type/SuspiciousStewEffectsComponentintermediary net/minecraft/class_9298official ddmnamed effectsintermediary comp_2416official e
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SuspiciousStewEffectsComponent> static final SuspiciousStewEffectsComponentstatic final intprivate final List<SuspiciousStewEffectsComponent.StewEffect> The field for theeffectsrecord component.static final PacketCodec<RegistryByteBuf, SuspiciousStewEffectsComponent> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidappendTooltip(Item.TooltipContext context, Consumer<Text> textConsumer, TooltipType type, ComponentsAccess components) effects()Returns the value of theeffectsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidonConsume(World world, LivingEntity user, ItemStack stack, ConsumableComponent consumable) final StringtoString()Returns a string representation of this record class.with(SuspiciousStewEffectsComponent.StewEffect stewEffect)
-
Field Details
-
effects
The field for theeffectsrecord component. -
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/component/type/SuspiciousStewEffectsComponent;DEFAULT:Lnet/minecraft/component/type/SuspiciousStewEffectsComponent;intermediary field_49362Lnet/minecraft/class_9298;field_49362:Lnet/minecraft/class_9298;official aLddm;a:Lddm;
-
DEFAULT_DURATION
public static final int DEFAULT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_DURATIONLnet/minecraft/component/type/SuspiciousStewEffectsComponent;DEFAULT_DURATION:Iintermediary field_53798Lnet/minecraft/class_9298;field_53798:Iofficial bLddm;b:I
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/component/type/SuspiciousStewEffectsComponent;CODEC:Lcom/mojang/serialization/Codec;intermediary field_49363Lnet/minecraft/class_9298;field_49363:Lcom/mojang/serialization/Codec;official cLddm;c:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/component/type/SuspiciousStewEffectsComponent;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_49364Lnet/minecraft/class_9298;field_49364:Lnet/minecraft/class_9139;official dLddm;d:Lze;
-
-
Constructor Details
-
SuspiciousStewEffectsComponent
-
-
Method Details
-
with
- Mappings:
Namespace Name Mixin selector named withLnet/minecraft/component/type/SuspiciousStewEffectsComponent;with(Lnet/minecraft/component/type/SuspiciousStewEffectsComponent$StewEffect;)Lnet/minecraft/component/type/SuspiciousStewEffectsComponent;intermediary method_57514Lnet/minecraft/class_9298;method_57514(Lnet/minecraft/class_9298$class_8751;)Lnet/minecraft/class_9298;official aLddm;a(Lddm$a;)Lddm;
-
onConsume
public void onConsume(World world, LivingEntity user, ItemStack stack, ConsumableComponent consumable) - Specified by:
onConsumein interfaceConsumable- Mappings:
Namespace Name Mixin selector named onConsumeLnet/minecraft/component/type/Consumable;onConsume(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/component/type/ConsumableComponent;)Vintermediary method_62831Lnet/minecraft/class_10127;method_62831(Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;Lnet/minecraft/class_10124;)Vofficial aLdcq;a(Ldkj;Lbyf;Ldak;Ldcp;)V
-
appendTooltip
public void appendTooltip(Item.TooltipContext context, Consumer<Text> textConsumer, TooltipType type, ComponentsAccess components) - Specified by:
appendTooltipin interfaceTooltipAppender- Mappings:
Namespace Name Mixin selector named appendTooltipLnet/minecraft/item/tooltip/TooltipAppender;appendTooltip(Lnet/minecraft/item/Item$TooltipContext;Ljava/util/function/Consumer;Lnet/minecraft/item/tooltip/TooltipType;Lnet/minecraft/component/ComponentsAccess;)Vintermediary method_57409Lnet/minecraft/class_9299;method_57409(Lnet/minecraft/class_1792$class_9635;Ljava/util/function/Consumer;Lnet/minecraft/class_1836;Lnet/minecraft/class_9473;)Vofficial aLddp;a(Ldag$b;Ljava/util/function/Consumer;Ldbz;Lkg;)V
-
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). -
effects
Returns the value of theeffectsrecord component.- Returns:
- the value of the
effectsrecord component
-