Package net.minecraft
Record Class class_9652
java.lang.Object
java.lang.Record
net.minecraft.class_9652
- Record Components:
c-d-
- Mappings:
Namespace Name named net/minecraft/class_9652intermediary net/minecraft/class_9652official bsynamed cintermediary comp_2621official cnamed dintermediary comp_2622official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryKey<LootTable> The field for thecrecord component.private final Map<EquipmentSlot, Float> The field for thedrecord component.static final com.mojang.serialization.Codec<Map<EquipmentSlot, Float>> static final com.mojang.serialization.Codec<class_9652> -
Constructor Summary
ConstructorsConstructorDescriptionclass_9652(RegistryKey<LootTable> registryKey, Map<EquipmentSlot, Float> map) -
Method Summary
Modifier and TypeMethodDescriptionc()Returns the value of thecrecord component.d()Returns the value of thedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static Map<EquipmentSlot, Float> method_59658(float float2) private static Map<EquipmentSlot, Float> method_59661(List<EquipmentSlot> list, float float2) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
c
The field for thecrecord component. -
d
The field for thedrecord component. -
field_51374
- Mappings:
Namespace Name Mixin selector named field_51374Lnet/minecraft/class_9652;field_51374:Lcom/mojang/serialization/Codec;intermediary field_51374Lnet/minecraft/class_9652;field_51374:Lcom/mojang/serialization/Codec;official aLbsy;a:Lcom/mojang/serialization/Codec;
-
field_51375
- Mappings:
Namespace Name Mixin selector named field_51375Lnet/minecraft/class_9652;field_51375:Lcom/mojang/serialization/Codec;intermediary field_51375Lnet/minecraft/class_9652;field_51375:Lcom/mojang/serialization/Codec;official bLbsy;b:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9652
-
-
Method Details
-
method_59658
- Mappings:
Namespace Name Mixin selector named method_59658Lnet/minecraft/class_9652;method_59658(F)Ljava/util/Map;intermediary method_59658Lnet/minecraft/class_9652;method_59658(F)Ljava/util/Map;official aLbsy;a(F)Ljava/util/Map;
-
method_59661
- Mappings:
Namespace Name Mixin selector named method_59661Lnet/minecraft/class_9652;method_59661(Ljava/util/List;F)Ljava/util/Map;intermediary method_59661Lnet/minecraft/class_9652;method_59661(Ljava/util/List;F)Ljava/util/Map;official aLbsy;a(Ljava/util/List;F)Ljava/util/Map;
-
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). -
c
Returns the value of thecrecord component.- Returns:
- the value of the
crecord component
-
d
Returns the value of thedrecord component.- Returns:
- the value of the
drecord component
-