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 djeintermediary net/minecraft/class_125named net/minecraft/loot/function/LootingEnchantLootFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Joiner -
Field Summary
FieldsFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLootingEnchantLootFunction(LootCondition[] conditions, 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, 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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLdje;a:Iintermediary field_31854Lnet/minecraft/class_125;field_31854:Inamed field_31854Lnet/minecraft/loot/function/LootingEnchantLootFunction;field_31854:I
-
countRange
- Mappings:
Namespace Name Mixin selector official bLdje;b:Ldld;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 cLdje;c:Iintermediary field_1083Lnet/minecraft/class_125;field_1083:Inamed limitLnet/minecraft/loot/function/LootingEnchantLootFunction;limit:I
-
-
Constructor Details
-
LootingEnchantLootFunction
private LootingEnchantLootFunction(LootCondition[] conditions, LootNumberProvider countRange, int limit)- Mappings:
Namespace Name Mixin selector official <init>Ldje;<init>([Ldki;Ldld;I)Vintermediary <init>Lnet/minecraft/class_125;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_5658;I)Vnamed <init>Lnet/minecraft/loot/function/LootingEnchantLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/loot/provider/number/LootNumberProvider;I)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official aLdjb;a()Ldjc;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 bLdhr;b()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 cLdje;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 aLdja;a(Lbpx;Ldhq;)Lbpx;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 aLdje;a(Ldld;)Ldje$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;
-