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) |
static AlternativesLootEntry.Builder |
builder(LootEntry.Builder<?>... p_216149_0_) |
protected net.minecraft.world.storage.loot.ILootEntry |
combineChildren(net.minecraft.world.storage.loot.ILootEntry[] p_216146_1_) |
void |
func_225579_a_(ValidationTracker p_225579_1_) |
default net.minecraft.world.storage.loot.ILootEntry |
sequence(net.minecraft.world.storage.loot.ILootEntry entry) |
expand, func_216145_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_225579_a_(ValidationTracker p_225579_1_)
func_225579_a_ in class ParentedLootEntrypublic static AlternativesLootEntry.Builder builder(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)