Package net.minecraft.loot.function
Class SetStewEffectLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetStewEffectLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Mappings:
Namespace Name official dxs
intermediary net/minecraft/class_152
named net/minecraft/loot/function/SetStewEffectLootFunction
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionSetStewEffectLootFunction
(LootCondition[] conditions, Map<StatusEffect, LootNumberProvider> effects) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getType()
process
(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
effects
- Mappings:
Namespace Name Mixin selector official a
Ldxs;a:Ljava/util/Map;
intermediary field_1122
Lnet/minecraft/class_152;field_1122:Ljava/util/Map;
named effects
Lnet/minecraft/loot/function/SetStewEffectLootFunction;effects:Ljava/util/Map;
-
-
Constructor Details
-
SetStewEffectLootFunction
SetStewEffectLootFunction(LootCondition[] conditions, Map<StatusEffect, LootNumberProvider> effects) - Mappings:
Namespace Name Mixin selector official <init>
Ldxs;<init>([Ldyl;Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_152;<init>([Lnet/minecraft/class_5341;Ljava/util/Map;)V
named <init>
Lnet/minecraft/loot/function/SetStewEffectLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Ljava/util/Map;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official a
Ldxc;a()Ldxd;
intermediary method_29321
Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;
named getType
Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official b
Ldvs;b()Ljava/util/Set;
intermediary method_293
Lnet/minecraft/class_46;method_293()Ljava/util/Set;
named getRequiredParameters
Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Ldxb;a(Lcdt;Ldvr;)Lcdt;
intermediary method_522
Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;
named process
Lnet/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 c
Ldxs;c()Ldxs$a;
intermediary method_637
Lnet/minecraft/class_152;method_637()Lnet/minecraft/class_152$class_153;
named builder
Lnet/minecraft/loot/function/SetStewEffectLootFunction;builder()Lnet/minecraft/loot/function/SetStewEffectLootFunction$Builder;
-