Package net.minecraft.loot.function
Class SetInstrumentLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetInstrumentLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootContextAware
,LootFunction
- Mappings:
Namespace Name official eal
intermediary net/minecraft/class_7431
named net/minecraft/loot/function/SetInstrumentLootFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>
-
Field Summary
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
ConstructorDescriptionSetInstrumentLootFunction
(LootCondition[] conditions, TagKey<Instrument> options) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>
builder
(TagKey<Instrument> options) 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
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
options
- Mappings:
Namespace Name Mixin selector official a
Leal;a:Lanv;
intermediary field_39184
Lnet/minecraft/class_7431;field_39184:Lnet/minecraft/class_6862;
named options
Lnet/minecraft/loot/function/SetInstrumentLootFunction;options:Lnet/minecraft/registry/tag/TagKey;
-
-
Constructor Details
-
SetInstrumentLootFunction
SetInstrumentLootFunction(LootCondition[] conditions, TagKey<Instrument> options) - Mappings:
Namespace Name Mixin selector official <init>
Leal;<init>([Lebl;Lanv;)V
intermediary <init>
Lnet/minecraft/class_7431;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_6862;)V
named <init>
Lnet/minecraft/loot/function/SetInstrumentLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/registry/tag/TagKey;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official a
Leac;a()Lead;
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;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Leab;a(Lcfv;Ldyr;)Lcfv;
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 a
Leal;a(Lanv;)Leab$a;
intermediary method_43571
Lnet/minecraft/class_7431;method_43571(Lnet/minecraft/class_6862;)Lnet/minecraft/class_120$class_121;
named builder
Lnet/minecraft/loot/function/SetInstrumentLootFunction;builder(Lnet/minecraft/registry/tag/TagKey;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-