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 classSetContentsLootFunction.Builerstatic classSetContentsLootFunction.SerializerNested 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 -
Constructor Summary
Constructors Modifier Constructor Description privateSetContentsLootFunction(LootCondition[] conditions, List<LootPoolEntry> entries) -
Method Summary
Modifier and Type Method Description static SetContentsLootFunction.Builerbuilder()LootFunctionTypegetType()ItemStackprocess(ItemStack stack, LootContext context)voidvalidate(LootTableReporter reporter)
-
Field Details
-
Constructor Details
-
Method Details
-
getType
-
process
- Specified by:
processin classConditionalLootFunction
-
validate
- Specified by:
validatein interfaceLootContextAware- Overrides:
validatein classConditionalLootFunction
-
builder
-