Package net.minecraft.loot.function
Class SetContentsLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetContentsLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>,LootContextAware,LootFunction
- Mappings:
Namespace Name official djhintermediary net/minecraft/class_134named net/minecraft/loot/function/SetContentsLootFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner -
Field Summary
FieldsFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSetContentsLootFunction(LootCondition[] conditions, List<LootPoolEntry> entries) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getType()process(ItemStack stack, LootContext context)voidvalidate(LootTableReporter reporter)Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
entries
- Mappings:
Namespace Name Mixin selector official aLdjh;a:Ljava/util/List;intermediary field_1103Lnet/minecraft/class_134;field_1103:Ljava/util/List;named entriesLnet/minecraft/loot/function/SetContentsLootFunction;entries:Ljava/util/List;
-
-
Constructor Details
-
SetContentsLootFunction
- Mappings:
Namespace Name Mixin selector official <init>Ldjh;<init>([Ldki;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_134;<init>([Lnet/minecraft/class_5341;Ljava/util/List;)Vnamed <init>Lnet/minecraft/loot/function/SetContentsLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Ljava/util/List;)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;
-
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;
-
validate
- Specified by:
validatein interfaceLootContextAware- Overrides:
validatein classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLdhr;a(Ldhy;)Vintermediary method_292Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)Vnamed validateLnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
builder
- Mappings:
Namespace Name Mixin selector official cLdjh;c()Ldjh$a;intermediary method_601Lnet/minecraft/class_134;method_601()Lnet/minecraft/class_134$class_135;named builderLnet/minecraft/loot/function/SetContentsLootFunction;builder()Lnet/minecraft/loot/function/SetContentsLootFunction$Builer;
-