Package net.minecraft.enchantment
Record Class Enchantment.Cost
java.lang.Object
java.lang.Record
net.minecraft.enchantment.Enchantment.Cost
- Record Components:
base
-perLevel
-
- Enclosing class:
Enchantment
- Mappings:
Namespace Name named net/minecraft/enchantment/Enchantment$Cost
intermediary net/minecraft/class_1887$class_9426
official dac$a
named base
intermediary comp_2504
official a
named perLevel
intermediary comp_2505
official b
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
base()
Returns the value of thebase
record component.final boolean
Indicates whether some other object is "equal to" this one.int
forLevel
(int level) final int
hashCode()
Returns a hash code value for this object.int
perLevel()
Returns the value of theperLevel
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
Cost
public Cost(int int2, int int3)
-
-
Method Details
-
forLevel
public int forLevel(int level) - Mappings:
Namespace Name Mixin selector named forLevel
Lnet/minecraft/enchantment/Enchantment$Cost;forLevel(I)I
intermediary method_58447
Lnet/minecraft/class_1887$class_9426;method_58447(I)I
official a
Ldac$a;a(I)I
-
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 with '=='. -
base
public int base()Returns the value of thebase
record component.- Returns:
- the value of the
base
record component
-
perLevel
public int perLevel()Returns the value of theperLevel
record component.- Returns:
- the value of the
perLevel
record component
-