Package net.minecraft.loot.condition
Record Class RandomChanceWithEnchantedBonusLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.RandomChanceWithEnchantedBonusLootCondition
- Record Components:
chance-enchantment-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public record RandomChanceWithEnchantedBonusLootCondition(EnchantmentLevelBasedValueType chance, RegistryEntry<Enchantment> enchantment)
extends Record
implements LootCondition
- Mappings:
Namespace Name named net/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootConditionintermediary net/minecraft/class_225official eufnamed chanceintermediary comp_2782official bnamed enchantmentintermediary comp_2783official c
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EnchantmentLevelBasedValueTypeThe field for thechancerecord component.static final com.mojang.serialization.MapCodec<RandomChanceWithEnchantedBonusLootCondition> private final RegistryEntry<Enchantment> The field for theenchantmentrecord component.Fields inherited from interface net.minecraft.loot.condition.LootCondition
BASE_CODEC, ENTRY_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionRandomChanceWithEnchantedBonusLootCondition(EnchantmentLevelBasedValueType enchantmentLevelBasedValueType, RegistryEntry<Enchantment> registryEntry) -
Method Summary
Modifier and TypeMethodDescriptionstatic LootCondition.Builderbuilder(RegistryWrapper.WrapperLookup registryLookup, float base, float perLevelAboveFirst) chance()Returns the value of thechancerecord component.Returns the value of theenchantmentrecord component.final booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.booleantest(LootContext lootContext) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
chance
The field for thechancerecord component. -
enchantment
The field for theenchantmentrecord component. -
CODEC
public static final com.mojang.serialization.MapCodec<RandomChanceWithEnchantedBonusLootCondition> CODEC- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootCondition;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_45874Lnet/minecraft/class_225;field_45874:Lcom/mojang/serialization/MapCodec;official aLeuf;a:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
RandomChanceWithEnchantedBonusLootCondition
public RandomChanceWithEnchantedBonusLootCondition(EnchantmentLevelBasedValueType enchantmentLevelBasedValueType, RegistryEntry<Enchantment> registryEntry)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;official bLetz;b()Leua;
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;official aLeqp;a()Ljava/util/Set;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector named testLnet/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Zintermediary method_950Lnet/minecraft/class_225;method_950(Lnet/minecraft/class_47;)Zofficial aLeuf;a(Leqo;)Z
-
builder
public static LootCondition.Builder builder(RegistryWrapper.WrapperLookup registryLookup, float base, float perLevelAboveFirst) - Mappings:
Namespace Name Mixin selector named builderLnet/minecraft/loot/condition/RandomChanceWithEnchantedBonusLootCondition;builder(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;FF)Lnet/minecraft/loot/condition/LootCondition$Builder;intermediary method_953Lnet/minecraft/class_225;method_953(Lnet/minecraft/class_7225$class_7874;FF)Lnet/minecraft/class_5341$class_210;official aLeuf;a(Ljl$a;FF)Letz$a;
-
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). -
chance
Returns the value of thechancerecord component.- Returns:
- the value of the
chancerecord component
-
enchantment
Returns the value of theenchantmentrecord component.- Returns:
- the value of the
enchantmentrecord component
-