Package net.minecraft
Record Class class_9355
java.lang.Object
java.lang.Record
net.minecraft.class_9355
- Record Components:
durability-damage-
- All Implemented Interfaces:
class_9360,class_9365<Integer>
public record class_9355(NumberRange.IntRange durability, NumberRange.IntRange damage)
extends Record
implements class_9365<Integer>
- Mappings:
Namespace Name official ccintermediary net/minecraft/class_9355named net/minecraft/class_9355official cintermediary comp_2459named durabilityofficial dintermediary comp_2460named damage
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_9360
class_9360.Type<T extends class_9360> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NumberRange.IntRangeThe field for thedamagerecord component.private final NumberRange.IntRangeThe field for thedurabilityrecord component.static final com.mojang.serialization.Codec<class_9355> Fields inherited from interface net.minecraft.class_9360
field_49805 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondamage()Returns the value of thedamagerecord component.Returns the value of thedurabilityrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_9355method_58165(NumberRange.IntRange intRange) booleanmethod_58167(ItemStack itemStack, Integer integer) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_9365
method_58161
-
Field Details
-
durability
The field for thedurabilityrecord component. -
damage
The field for thedamagerecord component. -
field_49798
- Mappings:
Namespace Name Mixin selector official aLcc;a:Lcom/mojang/serialization/Codec;intermediary field_49798Lnet/minecraft/class_9355;field_49798:Lcom/mojang/serialization/Codec;named field_49798Lnet/minecraft/class_9355;field_49798:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9355
-
-
Method Details
-
method_58163
- Specified by:
method_58163in interfaceclass_9365<Integer>- Mappings:
Namespace Name Mixin selector official aLde;a()Ljy;intermediary method_58163Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/class_9331;named method_58163Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/component/DataComponentType;
-
method_58167
- Specified by:
method_58167in interfaceclass_9365<Integer>- Mappings:
Namespace Name Mixin selector official aLcc;a(Lcsd;Ljava/lang/Integer;)Zintermediary method_58166Lnet/minecraft/class_9355;method_58166(Lnet/minecraft/class_1799;Ljava/lang/Integer;)Znamed method_58167Lnet/minecraft/class_9355;method_58167(Lnet/minecraft/item/ItemStack;Ljava/lang/Integer;)Z
-
method_58165
- Mappings:
Namespace Name Mixin selector official aLcc;a(Lcs$d;)Lcc;intermediary method_58165Lnet/minecraft/class_9355;method_58165(Lnet/minecraft/class_2096$class_2100;)Lnet/minecraft/class_9355;named method_58165Lnet/minecraft/class_9355;method_58165(Lnet/minecraft/predicate/NumberRange$IntRange;)Lnet/minecraft/class_9355;
-
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). -
durability
Returns the value of thedurabilityrecord component.- Returns:
- the value of the
durabilityrecord component
-
damage
Returns the value of thedamagerecord component.- Returns:
- the value of the
damagerecord component
-