Class ItemModifierManager.FunctionSequence
java.lang.Object
net.minecraft.world.level.storage.loot.ItemModifierManager.FunctionSequence
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>,LootItemFunction,LootContextUser
- Enclosing class:
- ItemModifierManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.functions.LootItemFunction
LootItemFunction.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BiFunction<ItemStack,LootContext,ItemStack>protected LootItemFunction[] -
Constructor Summary
Constructors -
Method Summary
Methods 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.world.level.storage.loot.LootContextUser
getReferencedContextParams, validate
-
Field Details
-
functions
-
compositeFunction
-
-
Constructor Details
-
FunctionSequence
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<ItemStack,LootContext,ItemStack>
-
getType
- Specified by:
getTypein interfaceLootItemFunction
-