Package net.minecraft
Record Class class_9743
java.lang.Object
java.lang.Record
net.minecraft.class_9743
- Record Components:
enchantments-cost-
- All Implemented Interfaces:
class_9741
public record class_9743(RegistryEntryList<Enchantment> enchantments, IntProvider cost)
extends Record
implements class_9741
- Mappings:
Namespace Name named net/minecraft/class_9743intermediary net/minecraft/class_9743official dasnamed enchantmentsintermediary comp_2764official cnamed costintermediary comp_2765official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntProviderThe field for thecostrecord component.private final RegistryEntryList<Enchantment> The field for theenchantmentsrecord component.static final com.mojang.serialization.MapCodec<class_9743> Fields inherited from interface net.minecraft.class_9741
field_51731 -
Constructor Summary
ConstructorsConstructorDescriptionclass_9743(RegistryEntryList<Enchantment> registryEntryList, IntProvider intProvider) -
Method Summary
Modifier and TypeMethodDescriptioncost()Returns the value of thecostrecord component.Returns the value of theenchantmentsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.serialization.MapCodec<class_9743> voidmethod_60266(ItemStack itemStack, ItemEnchantmentsComponent.Builder builder, Random random, World world, BlockPos blockPos) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
enchantments
The field for theenchantmentsrecord component. -
cost
The field for thecostrecord component. -
field_51732
- Mappings:
Namespace Name Mixin selector named field_51732Lnet/minecraft/class_9743;field_51732:Lcom/mojang/serialization/MapCodec;intermediary field_51732Lnet/minecraft/class_9743;field_51732:Lcom/mojang/serialization/MapCodec;official bLdas;b:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_9743
-
-
Method Details
-
method_60266
public void method_60266(ItemStack itemStack, ItemEnchantmentsComponent.Builder builder, Random random, World world, BlockPos blockPos) - Specified by:
method_60266in interfaceclass_9741- Mappings:
Namespace Name Mixin selector named method_60266Lnet/minecraft/class_9741;method_60266(Lnet/minecraft/item/ItemStack;Lnet/minecraft/component/type/ItemEnchantmentsComponent$Builder;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_60266Lnet/minecraft/class_9741;method_60266(Lnet/minecraft/class_1799;Lnet/minecraft/class_9304$class_9305;Lnet/minecraft/class_5819;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Vofficial aLdaq;a(Lcua;Lczp$a;Laym;Ldcd;Lja;)V
-
method_60265
- Specified by:
method_60265in interfaceclass_9741- Mappings:
Namespace Name Mixin selector named method_60265Lnet/minecraft/class_9741;method_60265()Lcom/mojang/serialization/MapCodec;intermediary method_60265Lnet/minecraft/class_9741;method_60265()Lcom/mojang/serialization/MapCodec;official aLdaq;a()Lcom/mojang/serialization/MapCodec;
-
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). -
enchantments
Returns the value of theenchantmentsrecord component.- Returns:
- the value of the
enchantmentsrecord component
-
cost
Returns the value of thecostrecord component.- Returns:
- the value of the
costrecord component
-