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.CODECprivate final List<SuspiciousStewEffects.Entry> SuspiciousStewEffects.effectsThe field for theeffectsrecord component.static final StreamCodec<RegistryFriendlyByteBuf, SuspiciousStewEffects.Entry> SuspiciousStewEffects.Entry.STREAM_CODECMethods in net.minecraft.world.item.component that return types with arguments of type SuspiciousStewEffects.EntryModifier and TypeMethodDescriptionSuspiciousStewEffects.effects()Returns the value of theeffectsrecord 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 aSuspiciousStewEffectsrecord class.