Package net.minecraft.enchantment
Record Class Enchantment.Cost
java.lang.Object
java.lang.Record
net.minecraft.enchantment.Enchantment.Cost
- Record Components:
- base-
- perLevelAboveFirst-
- Enclosing class:
- Enchantment
- Mappings:
- Namespace - Name - named - net/minecraft/enchantment/Enchantment$Cost- intermediary - net/minecraft/class_1887$class_9426- official - dda$b- named - base- intermediary - comp_2504- official - b- named - perLevelAboveFirst- intermediary - comp_2690- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intThe field for thebaserecord component.static final com.mojang.serialization.Codec<Enchantment.Cost> private final intThe field for theperLevelAboveFirstrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbase()Returns the value of thebaserecord component.final booleanIndicates whether some other object is "equal to" this one.intforLevel(int level) final inthashCode()Returns a hash code value for this object.intReturns the value of theperLevelAboveFirstrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
baseprivate final int baseThe field for thebaserecord component.
- 
perLevelAboveFirstprivate final int perLevelAboveFirstThe field for theperLevelAboveFirstrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/enchantment/Enchantment$Cost;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_51649- Lnet/minecraft/class_1887$class_9426;field_51649:Lcom/mojang/serialization/Codec;- official - a- Ldda$b;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
Costpublic Cost(int int2, int int3) 
 
- 
- 
Method Details- 
forLevelpublic 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- Ldda$b;a(I)I
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
basepublic int base()Returns the value of thebaserecord component.- Returns:
- the value of the baserecord component
 
- 
perLevelAboveFirstpublic int perLevelAboveFirst()Returns the value of theperLevelAboveFirstrecord component.- Returns:
- the value of the perLevelAboveFirstrecord component
 
 
-