Uses of Record Class
net.minecraft.world.item.component.SuspiciousStewEffects.Entry
Packages that use SuspiciousStewEffects.Entry
-
Uses of SuspiciousStewEffects.Entry in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type SuspiciousStewEffects.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SuspiciousStewEffects.Entry> SuspiciousStewEffects.Entry.CODEC
private final List
<SuspiciousStewEffects.Entry> SuspiciousStewEffects.effects
The field for theeffects
record component.static final StreamCodec
<RegistryFriendlyByteBuf, SuspiciousStewEffects.Entry> SuspiciousStewEffects.Entry.STREAM_CODEC
Methods in net.minecraft.world.item.component that return types with arguments of type SuspiciousStewEffects.EntryModifier and TypeMethodDescriptionSuspiciousStewEffects.effects()
Returns the value of theeffects
record component.Methods in net.minecraft.world.item.component with parameters of type SuspiciousStewEffects.EntryModifier and TypeMethodDescriptionSuspiciousStewEffects.withEffectAdded
(SuspiciousStewEffects.Entry p_330534_) Constructor parameters in net.minecraft.world.item.component with type arguments of type SuspiciousStewEffects.EntryModifierConstructorDescriptionCreates an instance of aSuspiciousStewEffects
record class.