Package net.minecraft
Record Class class_10582
java.lang.Object
java.lang.Record
net.minecraft.class_10582
- Record Components:
byEquipment-
- Mappings:
Namespace Name named net/minecraft/class_10582intermediary net/minecraft/class_10582official buynamed byEquipmentintermediary comp_3477official f
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<EquipmentSlot, Float> The field for thebyEquipmentrecord component.static final floatstatic final floatstatic final intstatic final class_10582static final com.mojang.serialization.Codec<class_10582> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebyEquipmentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_66234(EquipmentSlot equipmentSlot) method_66235(EquipmentSlot equipmentSlot, float float2) private static Map<EquipmentSlot, Float> method_66238(Map<EquipmentSlot, Float> map) floatmethod_66240(EquipmentSlot equipmentSlot) private static Map<EquipmentSlot, Float> method_66241(Map<EquipmentSlot, Float> map) booleanmethod_66242(EquipmentSlot equipmentSlot) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
byEquipment
The field for thebyEquipmentrecord component. -
field_55655
public static final float field_55655- See Also:
- Mappings:
Namespace Name Mixin selector named field_55655Lnet/minecraft/class_10582;field_55655:Fintermediary field_55655Lnet/minecraft/class_10582;field_55655:Fofficial aLbuy;a:F
-
field_55656
public static final float field_55656- See Also:
- Mappings:
Namespace Name Mixin selector named field_55656Lnet/minecraft/class_10582;field_55656:Fintermediary field_55656Lnet/minecraft/class_10582;field_55656:Fofficial bLbuy;b:F
-
field_55657
public static final int field_55657- See Also:
- Mappings:
Namespace Name Mixin selector named field_55657Lnet/minecraft/class_10582;field_55657:Iintermediary field_55657Lnet/minecraft/class_10582;field_55657:Iofficial cLbuy;c:I
-
field_55658
- Mappings:
Namespace Name Mixin selector named field_55658Lnet/minecraft/class_10582;field_55658:Lnet/minecraft/class_10582;intermediary field_55658Lnet/minecraft/class_10582;field_55658:Lnet/minecraft/class_10582;official dLbuy;d:Lbuy;
-
field_55659
- Mappings:
Namespace Name Mixin selector named field_55659Lnet/minecraft/class_10582;field_55659:Lcom/mojang/serialization/Codec;intermediary field_55659Lnet/minecraft/class_10582;field_55659:Lcom/mojang/serialization/Codec;official eLbuy;e:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10582
-
-
Method Details
-
method_66238
- Mappings:
Namespace Name Mixin selector named method_66238Lnet/minecraft/class_10582;method_66238(Ljava/util/Map;)Ljava/util/Map;intermediary method_66238Lnet/minecraft/class_10582;method_66238(Ljava/util/Map;)Ljava/util/Map;official aLbuy;a(Ljava/util/Map;)Ljava/util/Map;
-
method_66241
- Mappings:
Namespace Name Mixin selector named method_66241Lnet/minecraft/class_10582;method_66241(Ljava/util/Map;)Ljava/util/Map;intermediary method_66241Lnet/minecraft/class_10582;method_66241(Ljava/util/Map;)Ljava/util/Map;official bLbuy;b(Ljava/util/Map;)Ljava/util/Map;
-
method_66234
- Mappings:
Namespace Name Mixin selector named method_66234Lnet/minecraft/class_10582;method_66234(Lnet/minecraft/entity/EquipmentSlot;)Lnet/minecraft/class_10582;intermediary method_66234Lnet/minecraft/class_10582;method_66234(Lnet/minecraft/class_1304;)Lnet/minecraft/class_10582;official aLbuy;a(Lbvj;)Lbuy;
-
method_66235
- Mappings:
Namespace Name Mixin selector named method_66235Lnet/minecraft/class_10582;method_66235(Lnet/minecraft/entity/EquipmentSlot;F)Lnet/minecraft/class_10582;intermediary method_66235Lnet/minecraft/class_10582;method_66235(Lnet/minecraft/class_1304;F)Lnet/minecraft/class_10582;official aLbuy;a(Lbvj;F)Lbuy;
-
method_66240
- Mappings:
Namespace Name Mixin selector named method_66240Lnet/minecraft/class_10582;method_66240(Lnet/minecraft/entity/EquipmentSlot;)Fintermediary method_66240Lnet/minecraft/class_10582;method_66240(Lnet/minecraft/class_1304;)Fofficial bLbuy;b(Lbvj;)F
-
method_66242
- Mappings:
Namespace Name Mixin selector named method_66242Lnet/minecraft/class_10582;method_66242(Lnet/minecraft/entity/EquipmentSlot;)Zintermediary method_66242Lnet/minecraft/class_10582;method_66242(Lnet/minecraft/class_1304;)Zofficial cLbuy;c(Lbvj;)Z
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
byEquipment
Returns the value of thebyEquipmentrecord component.- Returns:
- the value of the
byEquipmentrecord component
-