Package net.minecraft.loot.function
Class LootingEnchantLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.LootingEnchantLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,,LootContext, ItemStack> LootContextAware,LootFunction
- Mappings:
Namespace Name official edxintermediary net/minecraft/class_125named net/minecraft/loot/function/LootingEnchantLootFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LootNumberProviderstatic final intstatic final com.mojang.serialization.Codec<LootingEnchantLootFunction>private final intFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsConstructorDescriptionLootingEnchantLootFunction(List<LootCondition> list, LootNumberProvider countRange, int limit) -
Method Summary
Modifier and TypeMethodDescriptionbuilder(LootNumberProvider countRange) getType()private booleanhasLimit()process(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder, method_53344, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
field_31854
public static final int field_31854- See Also:
- Mappings:
Namespace Name Mixin selector official aLedx;a:Iintermediary field_31854Lnet/minecraft/class_125;field_31854:Inamed field_31854Lnet/minecraft/loot/function/LootingEnchantLootFunction;field_31854:I
-
field_45833
- Mappings:
Namespace Name Mixin selector official bLedx;b:Lcom/mojang/serialization/Codec;intermediary field_45833Lnet/minecraft/class_125;field_45833:Lcom/mojang/serialization/Codec;named field_45833Lnet/minecraft/loot/function/LootingEnchantLootFunction;field_45833:Lcom/mojang/serialization/Codec;
-
countRange
- Mappings:
Namespace Name Mixin selector official cLedx;c:Legb;intermediary field_1082Lnet/minecraft/class_125;field_1082:Lnet/minecraft/class_5658;named countRangeLnet/minecraft/loot/function/LootingEnchantLootFunction;countRange:Lnet/minecraft/loot/provider/number/LootNumberProvider;
-
limit
private final int limit- Mappings:
Namespace Name Mixin selector official dLedx;d:Iintermediary field_1083Lnet/minecraft/class_125;field_1083:Inamed limitLnet/minecraft/loot/function/LootingEnchantLootFunction;limit:I
-
-
Constructor Details
-
LootingEnchantLootFunction
LootingEnchantLootFunction(List<LootCondition> list, LootNumberProvider countRange, int limit) - Mappings:
Namespace Name Mixin selector official <init>Ledx;<init>(Ljava/util/List;Legb;I)Vintermediary <init>Lnet/minecraft/class_125;<init>(Ljava/util/List;Lnet/minecraft/class_5658;I)Vnamed <init>Lnet/minecraft/loot/function/LootingEnchantLootFunction;<init>(Ljava/util/List;Lnet/minecraft/loot/provider/number/LootNumberProvider;I)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official bLedu;b()Ledv;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official aLeci;a()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
hasLimit
private boolean hasLimit()- Mappings:
Namespace Name Mixin selector official cLedx;c()Zintermediary method_549Lnet/minecraft/class_125;method_549()Znamed hasLimitLnet/minecraft/loot/function/LootingEnchantLootFunction;hasLimit()Z
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLedt;a(Lciy;Lech;)Lciy;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named processLnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
-
builder
- Mappings:
Namespace Name Mixin selector official aLedx;a(Legb;)Ledx$a;intermediary method_547Lnet/minecraft/class_125;method_547(Lnet/minecraft/class_5658;)Lnet/minecraft/class_125$class_126;named builderLnet/minecraft/loot/function/LootingEnchantLootFunction;builder(Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/LootingEnchantLootFunction$Builder;
-