Record Class SetEnchantmentEffect

java.lang.Object
java.lang.Record
net.minecraft.enchantment.effect.value.SetEnchantmentEffect
Record Components:
value -
All Implemented Interfaces:
EnchantmentValueEffect

public record SetEnchantmentEffect(EnchantmentLevelBasedValue value) extends Record implements EnchantmentValueEffect
Mappings:
Namespace Name
named net/minecraft/enchantment/effect/value/SetEnchantmentEffect
intermediary net/minecraft/class_9733
official dfb
named value
intermediary comp_2750
official c
  • Field Details

    • value

      private final EnchantmentLevelBasedValue value
      The field for the value record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<SetEnchantmentEffect> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/enchantment/effect/value/SetEnchantmentEffect;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_51720 Lnet/minecraft/class_9733;field_51720:Lcom/mojang/serialization/MapCodec;
      official a Ldfb;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • apply

      public float apply(int level, Random random, float inputValue)
      Specified by:
      apply in interface EnchantmentValueEffect
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/enchantment/effect/EnchantmentValueEffect;apply(ILnet/minecraft/util/math/random/Random;F)F
      intermediary method_60213 Lnet/minecraft/class_9723;method_60213(ILnet/minecraft/class_5819;F)F
      official a Lder;a(ILbam;F)F
    • getCodec

      public com.mojang.serialization.MapCodec<SetEnchantmentEffect> getCodec()
      Specified by:
      getCodec in interface EnchantmentValueEffect
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/enchantment/effect/EnchantmentValueEffect;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_60211 Lnet/minecraft/class_9723;method_60211()Lcom/mojang/serialization/MapCodec;
      official a Lder;a()Lcom/mojang/serialization/MapCodec;
    • 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • value

      Returns the value of the value record component.
      Returns:
      the value of the value record component