FabricLootSupplierBuilder

public class FabricLootSupplierBuilder extends LootTable.Builder

Functions

apply
Link copied to clipboard
FabricLootSupplierBuilder apply(LootFunction.Builder function)
abstract T apply(LootFunction.Builder function)
LootTable.Builder apply(LootFunction.Builder builder)
build
Link copied to clipboard
LootTable build()
builder
Link copied to clipboard
static FabricLootSupplierBuilder builder()
copyFrom
Link copied to clipboard
FabricLootSupplierBuilder copyFrom(LootTable supplier)
Copies the pools and functions of the {@code supplier} to this builder.
FabricLootSupplierBuilder copyFrom(LootTable supplier, boolean copyType)
Copies the pools and functions of the {@code supplier} to this builder.
getThis
Link copied to clipboard
abstract T getThis()
LootTable.Builder getThis()
of
Link copied to clipboard
static FabricLootSupplierBuilder of(LootTable supplier)
pool
Link copied to clipboard
FabricLootSupplierBuilder pool(LootPool.Builder pool)
LootTable.Builder pool(LootPool.Builder poolBuilder)
type
Link copied to clipboard
FabricLootSupplierBuilder type(LootContextType type)
LootTable.Builder type(LootContextType context)
withFunction
Link copied to clipboard
FabricLootSupplierBuilder withFunction(LootFunction function)
withFunctions
Link copied to clipboard
FabricLootSupplierBuilder withFunctions(Collection<LootFunction> functions)
withPool
Link copied to clipboard
FabricLootSupplierBuilder withPool(LootPool pool)
withPools
Link copied to clipboard
FabricLootSupplierBuilder withPools(Collection<LootPool> pools)

Sources

jvm source
Link copied to clipboard