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 cc
intermediary net/minecraft/class_9355
named net/minecraft/class_9355
official c
intermediary comp_2459
named durability
official d
intermediary comp_2460
named 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.IntRange
The field for thedamage
record component.private final NumberRange.IntRange
The field for thedurability
record 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 thedamage
record component.Returns the value of thedurability
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.static class_9355
method_58165
(NumberRange.IntRange intRange) boolean
method_58167
(ItemStack itemStack, Integer integer) final String
toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.class_9365
method_58161
-
Field Details
-
durability
The field for thedurability
record component. -
damage
The field for thedamage
record component. -
field_49798
- Mappings:
Namespace Name Mixin selector official a
Lcc;a:Lcom/mojang/serialization/Codec;
intermediary field_49798
Lnet/minecraft/class_9355;field_49798:Lcom/mojang/serialization/Codec;
named field_49798
Lnet/minecraft/class_9355;field_49798:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9355
-
-
Method Details
-
method_58163
- Specified by:
method_58163
in interfaceclass_9365<Integer>
- Mappings:
Namespace Name Mixin selector official a
Lde;a()Ljy;
intermediary method_58163
Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/class_9331;
named method_58163
Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/component/DataComponentType;
-
method_58167
- Specified by:
method_58167
in interfaceclass_9365<Integer>
- Mappings:
Namespace Name Mixin selector official a
Lcc;a(Lcsd;Ljava/lang/Integer;)Z
intermediary method_58166
Lnet/minecraft/class_9355;method_58166(Lnet/minecraft/class_1799;Ljava/lang/Integer;)Z
named method_58167
Lnet/minecraft/class_9355;method_58167(Lnet/minecraft/item/ItemStack;Ljava/lang/Integer;)Z
-
method_58165
- Mappings:
Namespace Name Mixin selector official a
Lcc;a(Lcs$d;)Lcc;
intermediary method_58165
Lnet/minecraft/class_9355;method_58165(Lnet/minecraft/class_2096$class_2100;)Lnet/minecraft/class_9355;
named method_58165
Lnet/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 thedurability
record component.- Returns:
- the value of the
durability
record component
-
damage
Returns the value of thedamage
record component.- Returns:
- the value of the
damage
record component
-