Package net.minecraft.component.type
Record Class AttributeModifiersComponent.class_11193.class_11195
java.lang.Object
java.lang.Record
net.minecraft.component.type.AttributeModifiersComponent.class_11193.class_11195
- All Implemented Interfaces:
AttributeModifiersComponent.class_11193
- Enclosing interface:
AttributeModifiersComponent.class_11193
public static record AttributeModifiersComponent.class_11193.class_11195()
extends Record
implements AttributeModifiersComponent.class_11193
- Mappings:
Namespace Name named net/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11195intermediary net/minecraft/class_9285$class_11193$class_11195official ddn$b$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.component.type.AttributeModifiersComponent.class_11193
AttributeModifiersComponent.class_11193.class_11194, AttributeModifiersComponent.class_11193.class_11195, AttributeModifiersComponent.class_11193.class_11196, AttributeModifiersComponent.class_11193.class_11197 -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final AttributeModifiersComponent.class_11193.class_11195(package private) static final com.mojang.serialization.MapCodec<AttributeModifiersComponent.class_11193.class_11195> (package private) static final PacketCodec<RegistryByteBuf, AttributeModifiersComponent.class_11193.class_11195> Fields inherited from interface net.minecraft.component.type.AttributeModifiersComponent.class_11193
field_59729, field_59730 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_70731(Consumer<Text> consumer, @Nullable PlayerEntity playerEntity, RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
field_59734
- Mappings:
Namespace Name Mixin selector named field_59734Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11195;field_59734:Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11195;intermediary field_59734Lnet/minecraft/class_9285$class_11193$class_11195;field_59734:Lnet/minecraft/class_9285$class_11193$class_11195;official cLddn$b$b;c:Lddn$b$b;
-
field_59735
static final com.mojang.serialization.MapCodec<AttributeModifiersComponent.class_11193.class_11195> field_59735- Mappings:
Namespace Name Mixin selector named field_59735Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11195;field_59735:Lcom/mojang/serialization/MapCodec;intermediary field_59735Lnet/minecraft/class_9285$class_11193$class_11195;field_59735:Lcom/mojang/serialization/MapCodec;official dLddn$b$b;d:Lcom/mojang/serialization/MapCodec;
-
field_59736
static final PacketCodec<RegistryByteBuf,AttributeModifiersComponent.class_11193.class_11195> field_59736- Mappings:
Namespace Name Mixin selector named field_59736Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11195;field_59736:Lnet/minecraft/network/codec/PacketCodec;intermediary field_59736Lnet/minecraft/class_9285$class_11193$class_11195;field_59736:Lnet/minecraft/class_9139;official eLddn$b$b;e:Lzg;
-
-
Constructor Details
-
class_11195
public class_11195()Creates an instance of aclass_11195record class.
-
-
Method Details
-
method_70734
- Specified by:
method_70734in interfaceAttributeModifiersComponent.class_11193- Mappings:
Namespace Name Mixin selector named method_70734Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193;method_70734()Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193$class_11197;intermediary method_70734Lnet/minecraft/class_9285$class_11193;method_70734()Lnet/minecraft/class_9285$class_11193$class_11197;official cLddn$b;c()Lddn$b$d;
-
method_70731
public void method_70731(Consumer<Text> consumer, @Nullable @Nullable PlayerEntity playerEntity, RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier) - Specified by:
method_70731in interfaceAttributeModifiersComponent.class_11193- Mappings:
Namespace Name Mixin selector named method_70731Lnet/minecraft/component/type/AttributeModifiersComponent$class_11193;method_70731(Ljava/util/function/Consumer;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/attribute/EntityAttributeModifier;)Vintermediary method_70731Lnet/minecraft/class_9285$class_11193;method_70731(Ljava/util/function/Consumer;Lnet/minecraft/class_1657;Lnet/minecraft/class_6880;Lnet/minecraft/class_1322;)Vofficial aLddn$b;a(Ljava/util/function/Consumer;Lcsu;Lji;Lbzr;)V
-
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. -
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. -
equals
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.
-