Record Class FoodComponent.StatusEffectEntry

java.lang.Object
java.lang.Record
net.minecraft.component.type.FoodComponent.StatusEffectEntry
Record Components:
effect -
probability -
Enclosing class:
FoodComponent

public static record FoodComponent.StatusEffectEntry(StatusEffectInstance effect, float probability) extends Record
Mappings:
Namespace Name
named net/minecraft/component/type/FoodComponent$StatusEffectEntry
intermediary net/minecraft/class_4174$class_9423
official cpr$b
named effect
intermediary comp_2496
official c
named probability
intermediary comp_2497
official d
  • Field Details

    • effect

      private final StatusEffectInstance effect
      The field for the effect record component.
    • probability

      private final float probability
      The field for the probability record component.
    • CODEC

      public static final com.mojang.serialization.Codec<FoodComponent.StatusEffectEntry> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/component/type/FoodComponent$StatusEffectEntry;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_49996 Lnet/minecraft/class_4174$class_9423;field_49996:Lcom/mojang/serialization/Codec;
      official a Lcpr$b;a:Lcom/mojang/serialization/Codec;
    • PACKET_CODEC

      public static final PacketCodec<RegistryByteBuf,FoodComponent.StatusEffectEntry> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/component/type/FoodComponent$StatusEffectEntry;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_49997 Lnet/minecraft/class_4174$class_9423;field_49997:Lnet/minecraft/class_9139;
      official b Lcpr$b;b:Lyx;
  • Constructor Details

    • StatusEffectEntry

      public StatusEffectEntry(StatusEffectInstance statusEffectInstance, float float2)
  • Method Details

    • effect

      public StatusEffectInstance effect()
      Returns the value of the effect record component.
      Returns:
      the value of the effect record component
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • probability

      public float probability()
      Returns the value of the probability record component.
      Returns:
      the value of the probability record component