Package net.fabricmc.fabric.api.loot.v1
Class FabricLootSupplierBuilder
java.lang.Object
net.minecraft.loot.LootTable.Builder
net.fabricmc.fabric.api.loot.v1.FabricLootSupplierBuilder
- All Implemented Interfaces:
net.minecraft.loot.function.LootFunctionConsumingBuilder<net.minecraft.loot.LootTable.Builder>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(net.minecraft.loot.function.LootFunction.Builder function) Deprecated.static FabricLootSupplierBuilderbuilder()Deprecated.copyFrom(net.minecraft.loot.LootTable supplier) Deprecated.Copies the pools and functions of thesupplierto this builder.copyFrom(net.minecraft.loot.LootTable supplier, boolean copyType) Deprecated.Copies the pools and functions of thesupplierto this builder.static FabricLootSupplierBuilderof(net.minecraft.loot.LootTable supplier) Deprecated.pool(net.minecraft.loot.LootPool.Builder pool) Deprecated.type(net.minecraft.loot.context.LootContextType type) Deprecated.withFunction(net.minecraft.loot.function.LootFunction function) Deprecated.withFunctions(Collection<net.minecraft.loot.function.LootFunction> functions) Deprecated.withPool(net.minecraft.loot.LootPool pool) Deprecated.withPools(Collection<net.minecraft.loot.LootPool> pools) Deprecated.Methods inherited from class net.minecraft.loot.LootTable.Builder
build, getThis
-
Constructor Details
-
FabricLootSupplierBuilder
protected FabricLootSupplierBuilder()Deprecated.
-
-
Method Details
-
pool
Deprecated.- Overrides:
poolin classnet.minecraft.loot.LootTable.Builder
-
type
Deprecated.- Overrides:
typein classnet.minecraft.loot.LootTable.Builder
-
apply
Deprecated.- Specified by:
applyin interfacenet.minecraft.loot.function.LootFunctionConsumingBuilder<net.minecraft.loot.LootTable.Builder>- Overrides:
applyin classnet.minecraft.loot.LootTable.Builder
-
withPool
Deprecated. -
withFunction
Deprecated. -
withPools
Deprecated. -
withFunctions
public FabricLootSupplierBuilder withFunctions(Collection<net.minecraft.loot.function.LootFunction> functions) Deprecated. -
copyFrom
Deprecated.Copies the pools and functions of thesupplierto this builder. This is equal tocopyFrom(supplier, false). -
copyFrom
Deprecated.Copies the pools and functions of thesupplierto this builder. IfcopyTypeis true, thetypeof the supplier is also copied. -
builder
Deprecated. -
of
Deprecated.
-
FabricLootTableBuilder.