Package net.minecraft.loot
Class LootTable.Builder
java.lang.Object
net.minecraft.loot.LootTable.Builder
- All Implemented Interfaces:
ILootFunctionConsumer<LootTable.Builder>
- Enclosing class:
- LootTable
public static class LootTable.Builder
extends Object
implements ILootFunctionConsumer<LootTable.Builder>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(ILootFunction.IBuilder p_212841_1_) build()
setParamSet
(LootParameterSet p_216039_1_) unwrap()
withPool
(LootPool.Builder p_216040_1_)
-
Field Details
-
pools
-
functions
-
paramSet
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withPool
-
setParamSet
-
apply
- Specified by:
apply
in interfaceILootFunctionConsumer<LootTable.Builder>
-
unwrap
- Specified by:
unwrap
in interfaceILootFunctionConsumer<LootTable.Builder>
-
build
-