public class TableLootEntry extends StandaloneLootEntry
Modifier and Type | Class and Description |
---|---|
static class |
TableLootEntry.Serializer |
StandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>, StandaloneLootEntry.BuilderImpl, StandaloneLootEntry.Generator, StandaloneLootEntry.ILootEntryBuilder
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
table |
functions, quality, weight
conditions
field_216139_a, field_216140_b
Modifier | Constructor and Description |
---|---|
private |
TableLootEntry(ResourceLocation tableIn,
int weightIn,
int qualityIn,
ILootCondition[] conditionsIn,
ILootFunction[] functionsIn) |
Modifier and Type | Method and Description |
---|---|
static StandaloneLootEntry.Builder<?> |
builder(ResourceLocation tableIn) |
void |
func_216154_a(java.util.function.Consumer<ItemStack> p_216154_1_,
LootContext p_216154_2_) |
void |
func_225579_a_(ValidationTracker p_225579_1_) |
builder, expand
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alternate, sequence
private final ResourceLocation table
private TableLootEntry(ResourceLocation tableIn, int weightIn, int qualityIn, ILootCondition[] conditionsIn, ILootFunction[] functionsIn)
public void func_216154_a(java.util.function.Consumer<ItemStack> p_216154_1_, LootContext p_216154_2_)
func_216154_a
in class StandaloneLootEntry
public void func_225579_a_(ValidationTracker p_225579_1_)
func_225579_a_
in class StandaloneLootEntry
public static StandaloneLootEntry.Builder<?> builder(ResourceLocation tableIn)