public abstract class ParentedLootEntry extends LootEntry
Modifier and Type | Class and Description |
---|---|
static class |
ParentedLootEntry.AbstractSerializer<T extends ParentedLootEntry> |
static interface |
ParentedLootEntry.IFactory<T extends ParentedLootEntry> |
LootEntry.Builder<T extends LootEntry.Builder<T>>, LootEntry.Serializer<T extends LootEntry>
Modifier and Type | Field and Description |
---|---|
protected LootEntry[] |
field_216147_c |
private ILootEntry |
field_216148_e |
conditions
field_216139_a, field_216140_b
Modifier | Constructor and Description |
---|---|
protected |
ParentedLootEntry(LootEntry[] p_i51262_1_,
ILootCondition[] p_i51262_2_) |
Modifier and Type | Method and Description |
---|---|
protected abstract ILootEntry |
combineChildren(ILootEntry[] p_216146_1_) |
boolean |
expand(LootContext p_expand_1_,
java.util.function.Consumer<ILootGenerator> p_expand_2_) |
static <T extends ParentedLootEntry> |
func_216145_a(ResourceLocation p_216145_0_,
java.lang.Class<T> p_216145_1_,
ParentedLootEntry.IFactory<T> p_216145_2_) |
void |
func_225579_a_(ValidationTracker p_225579_1_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alternate, sequence
protected final LootEntry[] field_216147_c
private final ILootEntry field_216148_e
protected ParentedLootEntry(LootEntry[] p_i51262_1_, ILootCondition[] p_i51262_2_)
public void func_225579_a_(ValidationTracker p_225579_1_)
func_225579_a_
in class LootEntry
protected abstract ILootEntry combineChildren(ILootEntry[] p_216146_1_)
public final boolean expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
public static <T extends ParentedLootEntry> ParentedLootEntry.AbstractSerializer<T> func_216145_a(ResourceLocation p_216145_0_, java.lang.Class<T> p_216145_1_, ParentedLootEntry.IFactory<T> p_216145_2_)