Package net.minecraft.component.type
Enum Class AttributeModifierSlot
- All Implemented Interfaces:
Serializable,Comparable<AttributeModifierSlot>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bqiintermediary net/minecraft/class_9274named net/minecraft/component/type/AttributeModifierSlot
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifierSlot> private final intstatic final IntFunction<AttributeModifierSlot> private final Stringstatic final PacketCodec<ByteBuf, AttributeModifierSlot> private final Predicate<EquipmentSlot> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAttributeModifierSlot(int id, String name, Predicate<EquipmentSlot> slotPredicate) privateAttributeModifierSlot(int id, String name, EquipmentSlot slot) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.booleanmatches(EquipmentSlot slot) static AttributeModifierSlotReturns the enum constant of this class with the specified name.static AttributeModifierSlot[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ANY
- Mappings:
Namespace Name Mixin selector official aLbqi;a:Lbqi;intermediary field_49216Lnet/minecraft/class_9274;field_49216:Lnet/minecraft/class_9274;named ANYLnet/minecraft/component/type/AttributeModifierSlot;ANY:Lnet/minecraft/component/type/AttributeModifierSlot;
-
MAINHAND
- Mappings:
Namespace Name Mixin selector official bLbqi;b:Lbqi;intermediary field_49217Lnet/minecraft/class_9274;field_49217:Lnet/minecraft/class_9274;named MAINHANDLnet/minecraft/component/type/AttributeModifierSlot;MAINHAND:Lnet/minecraft/component/type/AttributeModifierSlot;
-
OFFHAND
- Mappings:
Namespace Name Mixin selector official cLbqi;c:Lbqi;intermediary field_49218Lnet/minecraft/class_9274;field_49218:Lnet/minecraft/class_9274;named OFFHANDLnet/minecraft/component/type/AttributeModifierSlot;OFFHAND:Lnet/minecraft/component/type/AttributeModifierSlot;
-
HAND
- Mappings:
Namespace Name Mixin selector official dLbqi;d:Lbqi;intermediary field_49219Lnet/minecraft/class_9274;field_49219:Lnet/minecraft/class_9274;named HANDLnet/minecraft/component/type/AttributeModifierSlot;HAND:Lnet/minecraft/component/type/AttributeModifierSlot;
-
FEET
- Mappings:
Namespace Name Mixin selector official eLbqi;e:Lbqi;intermediary field_49220Lnet/minecraft/class_9274;field_49220:Lnet/minecraft/class_9274;named FEETLnet/minecraft/component/type/AttributeModifierSlot;FEET:Lnet/minecraft/component/type/AttributeModifierSlot;
-
LEGS
- Mappings:
Namespace Name Mixin selector official fLbqi;f:Lbqi;intermediary field_49221Lnet/minecraft/class_9274;field_49221:Lnet/minecraft/class_9274;named LEGSLnet/minecraft/component/type/AttributeModifierSlot;LEGS:Lnet/minecraft/component/type/AttributeModifierSlot;
-
CHEST
- Mappings:
Namespace Name Mixin selector official gLbqi;g:Lbqi;intermediary field_49222Lnet/minecraft/class_9274;field_49222:Lnet/minecraft/class_9274;named CHESTLnet/minecraft/component/type/AttributeModifierSlot;CHEST:Lnet/minecraft/component/type/AttributeModifierSlot;
-
HEAD
- Mappings:
Namespace Name Mixin selector official hLbqi;h:Lbqi;intermediary field_49223Lnet/minecraft/class_9274;field_49223:Lnet/minecraft/class_9274;named HEADLnet/minecraft/component/type/AttributeModifierSlot;HEAD:Lnet/minecraft/component/type/AttributeModifierSlot;
-
ARMOR
- Mappings:
Namespace Name Mixin selector official iLbqi;i:Lbqi;intermediary field_49224Lnet/minecraft/class_9274;field_49224:Lnet/minecraft/class_9274;named ARMORLnet/minecraft/component/type/AttributeModifierSlot;ARMOR:Lnet/minecraft/component/type/AttributeModifierSlot;
-
-
Field Details
-
ID_TO_VALUE
- Mappings:
Namespace Name Mixin selector official jLbqi;j:Ljava/util/function/IntFunction;intermediary field_49225Lnet/minecraft/class_9274;field_49225:Ljava/util/function/IntFunction;named ID_TO_VALUELnet/minecraft/component/type/AttributeModifierSlot;ID_TO_VALUE:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector official kLbqi;k:Lcom/mojang/serialization/Codec;intermediary field_49226Lnet/minecraft/class_9274;field_49226:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/component/type/AttributeModifierSlot;CODEC:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector official lLbqi;l:Lyg;intermediary field_49227Lnet/minecraft/class_9274;field_49227:Lnet/minecraft/class_9139;named PACKET_CODECLnet/minecraft/component/type/AttributeModifierSlot;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official mLbqi;m:Iintermediary field_49228Lnet/minecraft/class_9274;field_49228:Inamed idLnet/minecraft/component/type/AttributeModifierSlot;id:I
-
name
- Mappings:
Namespace Name Mixin selector official nLbqi;n:Ljava/lang/String;intermediary field_49229Lnet/minecraft/class_9274;field_49229:Ljava/lang/String;named nameLnet/minecraft/component/type/AttributeModifierSlot;name:Ljava/lang/String;
-
slotPredicate
- Mappings:
Namespace Name Mixin selector official oLbqi;o:Ljava/util/function/Predicate;intermediary field_49230Lnet/minecraft/class_9274;field_49230:Ljava/util/function/Predicate;named slotPredicateLnet/minecraft/component/type/AttributeModifierSlot;slotPredicate:Ljava/util/function/Predicate;
-
-
Constructor Details
-
AttributeModifierSlot
- Mappings:
Namespace Name Mixin selector official <init>Lbqi;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/util/function/Predicate;)Vintermediary <init>Lnet/minecraft/class_9274;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/util/function/Predicate;)Vnamed <init>Lnet/minecraft/component/type/AttributeModifierSlot;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/util/function/Predicate;)V
-
AttributeModifierSlot
- Mappings:
Namespace Name Mixin selector official <init>Lbqi;<init>(Ljava/lang/String;IILjava/lang/String;Lbqh;)Vintermediary <init>Lnet/minecraft/class_9274;<init>(Ljava/lang/String;IILjava/lang/String;Lnet/minecraft/class_1304;)Vnamed <init>Lnet/minecraft/component/type/AttributeModifierSlot;<init>(Ljava/lang/String;IILjava/lang/String;Lnet/minecraft/entity/EquipmentSlot;)V
-
-
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 nameNullPointerException- if the argument is null
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLayg;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
matches
- Mappings:
Namespace Name Mixin selector official aLbqi;a(Lbqh;)Zintermediary method_57286Lnet/minecraft/class_9274;method_57286(Lnet/minecraft/class_1304;)Znamed matchesLnet/minecraft/component/type/AttributeModifierSlot;matches(Lnet/minecraft/entity/EquipmentSlot;)Z
-