Enum Class AttributeModifiersComponent.class_11193.class_11197

java.lang.Object
java.lang.Enum<AttributeModifiersComponent.class_11193.class_11197>
net.minecraft.component.type.AttributeModifiersComponent.class_11193.class_11197
All Implemented Interfaces:
Serializable, Comparable<AttributeModifiersComponent.class_11193.class_11197>, Constable, StringIdentifiable
Enclosing interface:
AttributeModifiersComponent.class_11193

public static enum AttributeModifiersComponent.class_11193.class_11197 extends Enum<AttributeModifiersComponent.class_11193.class_11197> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197
intermediary net/minecraft/class_9285$class_11193$class_11197
official ddn$b$d
  • Enum Constant Details

    • DEFAULT

      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;DEFAULT:Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;
      intermediary field_59739 Lnet/minecraft/class_9285$class_11193$class_11197;field_59739:Lnet/minecraft/class_9285$class_11193$class_11197;
      official a Lddn$b$d;a:Lddn$b$d;
    • HIDDEN

      Mappings:
      Namespace Name Mixin selector
      named HIDDEN Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;HIDDEN:Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;
      intermediary field_59740 Lnet/minecraft/class_9285$class_11193$class_11197;field_59740:Lnet/minecraft/class_9285$class_11193$class_11197;
      official b Lddn$b$d;b:Lddn$b$d;
    • OVERRIDE

      Mappings:
      Namespace Name Mixin selector
      named OVERRIDE Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;OVERRIDE:Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;
      intermediary field_59741 Lnet/minecraft/class_9285$class_11193$class_11197;field_59741:Lnet/minecraft/class_9285$class_11193$class_11197;
      official c Lddn$b$d;c:Lddn$b$d;
  • Field Details

    • field_59742

      static final com.mojang.serialization.Codec<AttributeModifiersComponent.class_11193.class_11197> field_59742
      Mappings:
      Namespace Name Mixin selector
      named field_59742 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59742:Lcom/mojang/serialization/Codec;
      intermediary field_59742 Lnet/minecraft/class_9285$class_11193$class_11197;field_59742:Lcom/mojang/serialization/Codec;
      official d Lddn$b$d;d:Lcom/mojang/serialization/Codec;
    • field_59743

      Mappings:
      Namespace Name Mixin selector
      named field_59743 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59743:Ljava/util/function/IntFunction;
      intermediary field_59743 Lnet/minecraft/class_9285$class_11193$class_11197;field_59743:Ljava/util/function/IntFunction;
      official e Lddn$b$d;e:Ljava/util/function/IntFunction;
    • field_59744

      Mappings:
      Namespace Name Mixin selector
      named field_59744 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59744:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_59744 Lnet/minecraft/class_9285$class_11193$class_11197;field_59744:Lnet/minecraft/class_9139;
      official f Lddn$b$d;f:Lzg;
    • field_59745

      private final String field_59745
      Mappings:
      Namespace Name Mixin selector
      named field_59745 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59745:Ljava/lang/String;
      intermediary field_59745 Lnet/minecraft/class_9285$class_11193$class_11197;field_59745:Ljava/lang/String;
      official g Lddn$b$d;g:Ljava/lang/String;
    • field_59746

      private final int field_59746
      Mappings:
      Namespace Name Mixin selector
      named field_59746 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59746:I
      intermediary field_59746 Lnet/minecraft/class_9285$class_11193$class_11197;field_59746:I
      official h Lddn$b$d;h:I
    • field_59747

      final com.mojang.serialization.MapCodec<? extends AttributeModifiersComponent.class_11193> field_59747
      Mappings:
      Namespace Name Mixin selector
      named field_59747 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59747:Lcom/mojang/serialization/MapCodec;
      intermediary field_59747 Lnet/minecraft/class_9285$class_11193$class_11197;field_59747:Lcom/mojang/serialization/MapCodec;
      official i Lddn$b$d;i:Lcom/mojang/serialization/MapCodec;
    • field_59748

      Mappings:
      Namespace Name Mixin selector
      named field_59748 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;field_59748:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_59748 Lnet/minecraft/class_9285$class_11193$class_11197;field_59748:Lnet/minecraft/class_9139;
      official j Lddn$b$d;j:Lzg;
  • Constructor Details

  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbbd;c()Ljava/lang/String;
    • method_70736

      private int method_70736()
      Mappings:
      Namespace Name Mixin selector
      named method_70736 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;method_70736()I
      intermediary method_70736 Lnet/minecraft/class_9285$class_11193$class_11197;method_70736()I
      official a Lddn$b$d;a()I
    • method_70737

      Mappings:
      Namespace Name Mixin selector
      named method_70737 Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;method_70737()Lnet/minecraft/network/codec/PacketCodec;
      intermediary method_70737 Lnet/minecraft/class_9285$class_11193$class_11197;method_70737()Lnet/minecraft/class_9139;
      official b Lddn$b$d;b()Lzg;