Record Class ByCostWithDifficultyEnchantmentProvider
java.lang.Object
java.lang.Record
net.minecraft.enchantment.provider.ByCostWithDifficultyEnchantmentProvider
- Record Components:
enchantments-minCost-maxCostSpan-
- All Implemented Interfaces:
EnchantmentProvider
public record ByCostWithDifficultyEnchantmentProvider(RegistryEntryList<Enchantment> enchantments, int minCost, int maxCostSpan)
extends Record
implements EnchantmentProvider
- Mappings:
Namespace Name named net/minecraft/enchantment/provider/ByCostWithDifficultyEnchantmentProviderintermediary net/minecraft/class_9744official dsmnamed enchantmentsintermediary comp_2766official dnamed minCostintermediary comp_2767official enamed maxCostSpanintermediary comp_2768official f
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ByCostWithDifficultyEnchantmentProvider> private final RegistryEntryList<Enchantment> The field for theenchantmentsrecord component.static final intprivate final intThe field for themaxCostSpanrecord component.private final intThe field for theminCostrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionByCostWithDifficultyEnchantmentProvider(RegistryEntryList<Enchantment> enchantments, int minCost, int maxCostSpan) Creates an instance of aByCostWithDifficultyEnchantmentProviderrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theenchantmentsrecord component.final booleanIndicates whether some other object is "equal to" this one.com.mojang.serialization.MapCodec<ByCostWithDifficultyEnchantmentProvider> getCodec()final inthashCode()Returns a hash code value for this object.intReturns the value of themaxCostSpanrecord component.intminCost()Returns the value of theminCostrecord component.voidprovideEnchantments(ItemStack stack, ItemEnchantmentsComponent.Builder componentBuilder, Random random, LocalDifficulty localDifficulty) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
enchantments
The field for theenchantmentsrecord component. -
minCost
private final int minCostThe field for theminCostrecord component. -
maxCostSpan
private final int maxCostSpanThe field for themaxCostSpanrecord component. -
MAX_COST
public static final int MAX_COST- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_COSTLnet/minecraft/enchantment/provider/ByCostWithDifficultyEnchantmentProvider;MAX_COST:Iintermediary field_52056Lnet/minecraft/class_9744;field_52056:Iofficial bLdsm;b:I
-
CODEC
public static final com.mojang.serialization.MapCodec<ByCostWithDifficultyEnchantmentProvider> CODEC- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/enchantment/provider/ByCostWithDifficultyEnchantmentProvider;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_51733Lnet/minecraft/class_9744;field_51733:Lcom/mojang/serialization/MapCodec;official cLdsm;c:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
ByCostWithDifficultyEnchantmentProvider
public ByCostWithDifficultyEnchantmentProvider(RegistryEntryList<Enchantment> enchantments, int minCost, int maxCostSpan) Creates an instance of aByCostWithDifficultyEnchantmentProviderrecord class.- Parameters:
enchantments- the value for theenchantmentsrecord componentminCost- the value for theminCostrecord componentmaxCostSpan- the value for themaxCostSpanrecord component
-
-
Method Details
-
provideEnchantments
public void provideEnchantments(ItemStack stack, ItemEnchantmentsComponent.Builder componentBuilder, Random random, LocalDifficulty localDifficulty) - Specified by:
provideEnchantmentsin interfaceEnchantmentProvider- Mappings:
Namespace Name Mixin selector named provideEnchantmentsLnet/minecraft/enchantment/provider/EnchantmentProvider;provideEnchantments(Lnet/minecraft/item/ItemStack;Lnet/minecraft/component/type/ItemEnchantmentsComponent$Builder;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/world/LocalDifficulty;)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_1266;)Vofficial aLdsj;a(Ldkf;Ldrf$a;Lbgq;Lccv;)V
-
getCodec
- Specified by:
getCodecin interfaceEnchantmentProvider- Mappings:
Namespace Name Mixin selector named getCodecLnet/minecraft/enchantment/provider/EnchantmentProvider;getCodec()Lcom/mojang/serialization/MapCodec;intermediary method_60265Lnet/minecraft/class_9741;method_60265()Lcom/mojang/serialization/MapCodec;official aLdsj;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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
enchantments
Returns the value of theenchantmentsrecord component.- Returns:
- the value of the
enchantmentsrecord component
-
minCost
public int minCost()Returns the value of theminCostrecord component.- Returns:
- the value of the
minCostrecord component
-
maxCostSpan
public int maxCostSpan()Returns the value of themaxCostSpanrecord component.- Returns:
- the value of the
maxCostSpanrecord component
-