public class AlternativesLootEntry extends ParentedLootEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternativesLootEntry.Builder |
ParentedLootEntry.AbstractSerializer<T extends ParentedLootEntry>, ParentedLootEntry.IFactory<T extends ParentedLootEntry>LootEntry.Serializer<T extends LootEntry>| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.world.storage.loot.ILootEntry |
field_216139_a |
static net.minecraft.world.storage.loot.ILootEntry |
field_216140_b |
field_216147_cconditions| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.world.storage.loot.ILootEntry |
alternate(net.minecraft.world.storage.loot.ILootEntry entry) |
protected net.minecraft.world.storage.loot.ILootEntry |
combineChildren(net.minecraft.world.storage.loot.ILootEntry[] p_216146_1_) |
void |
func_216142_a(ValidationResults p_216142_1_,
java.util.function.Function<ResourceLocation,LootTable> p_216142_2_,
java.util.Set<ResourceLocation> p_216142_3_,
LootParameterSet p_216142_4_) |
static AlternativesLootEntry.Builder |
func_216149_a(LootEntry.Builder<?>... p_216149_0_) |
default net.minecraft.world.storage.loot.ILootEntry |
sequence(net.minecraft.world.storage.loot.ILootEntry entry) |
expand, func_216145_afunc_216141_apublic static final net.minecraft.world.storage.loot.ILootEntry field_216139_a
public static final net.minecraft.world.storage.loot.ILootEntry field_216140_b
protected net.minecraft.world.storage.loot.ILootEntry combineChildren(net.minecraft.world.storage.loot.ILootEntry[] p_216146_1_)
combineChildren in class ParentedLootEntrypublic void func_216142_a(ValidationResults p_216142_1_, java.util.function.Function<ResourceLocation,LootTable> p_216142_2_, java.util.Set<ResourceLocation> p_216142_3_, LootParameterSet p_216142_4_)
func_216142_a in class ParentedLootEntrypublic static AlternativesLootEntry.Builder func_216149_a(LootEntry.Builder<?>... p_216149_0_)
public net.minecraft.world.storage.loot.ILootEntry sequence(net.minecraft.world.storage.loot.ILootEntry entry)
public net.minecraft.world.storage.loot.ILootEntry alternate(net.minecraft.world.storage.loot.ILootEntry entry)