Uses of Record Class
net.minecraft.component.type.FoodComponent.StatusEffectEntry
Packages that use FoodComponent.StatusEffectEntry
-
Uses of FoodComponent.StatusEffectEntry in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type FoodComponent.StatusEffectEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FoodComponent.StatusEffectEntry> FoodComponent.StatusEffectEntry.CODECprivate final ImmutableList.Builder<FoodComponent.StatusEffectEntry> FoodComponent.Builder.effectsprivate final List<FoodComponent.StatusEffectEntry> FoodComponent.effectsThe field for theeffectsrecord component.static final PacketCodec<RegistryByteBuf, FoodComponent.StatusEffectEntry> FoodComponent.StatusEffectEntry.PACKET_CODECMethods in net.minecraft.component.type that return types with arguments of type FoodComponent.StatusEffectEntryModifier and TypeMethodDescriptionFoodComponent.effects()Returns the value of theeffectsrecord component.Constructor parameters in net.minecraft.component.type with type arguments of type FoodComponent.StatusEffectEntryModifierConstructorDescriptionFoodComponent(int hunger, float saturationModifier, boolean meat, float float2, Optional<ItemStack> optional, List<FoodComponent.StatusEffectEntry> list)