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
public class SetContentsLootFunction extends ConditionalLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetContentsLootFunction.Builer
static class
SetContentsLootFunction.Serializer
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner
-
Field Summary
Fields Modifier and Type Field Description private List<LootPoolEntry>
entries
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
Constructors Modifier Constructor Description private
SetContentsLootFunction(LootCondition[] conditions, List<LootPoolEntry> entries)
-
Method Summary
Modifier and Type Method Description static SetContentsLootFunction.Builer
builder()
LootFunctionType
getType()
ItemStack
process(ItemStack stack, LootContext context)
void
validate(LootTableReporter reporter)
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder
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
-
entries
-
-
Constructor Details
-
SetContentsLootFunction
-
-
Method Details
-
getType
-
process
- Specified by:
process
in classConditionalLootFunction
-
validate
- Specified by:
validate
in interfaceLootContextAware
- Overrides:
validate
in classConditionalLootFunction
-
builder
-