public class TableLootEntry extends StandaloneLootEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
TableLootEntry.Serializer |
StandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>, StandaloneLootEntry.Generator, StandaloneLootEntry.ILootEntryBuilder| 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 |
functions, quality, weightconditions| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.world.storage.loot.ILootEntry |
alternate(net.minecraft.world.storage.loot.ILootEntry entry) |
static StandaloneLootEntry.Builder<?> |
builder(ResourceLocation tableIn) |
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_) |
void |
func_216154_a(java.util.function.Consumer<ItemStack> p_216154_1_,
LootContext p_216154_2_) |
default net.minecraft.world.storage.loot.ILootEntry |
sequence(net.minecraft.world.storage.loot.ILootEntry entry) |
builder, expandfunc_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
public void func_216154_a(java.util.function.Consumer<ItemStack> p_216154_1_, LootContext p_216154_2_)
func_216154_a in class StandaloneLootEntrypublic 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 StandaloneLootEntrypublic static StandaloneLootEntry.Builder<?> builder(ResourceLocation tableIn)
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)