public abstract class LootEntry
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
LootEntry.Builder<T extends LootEntry.Builder<T>> |
static class |
LootEntry.Serializer<T extends LootEntry> |
修飾子とタイプ | フィールドと説明 |
---|---|
protected ILootCondition[] |
conditions
Conditions for the loot entry to be applied.
|
static net.minecraft.world.storage.loot.ILootEntry |
field_216139_a |
static net.minecraft.world.storage.loot.ILootEntry |
field_216140_b |
修飾子 | コンストラクタと説明 |
---|---|
protected |
LootEntry(ILootCondition[] p_i51254_1_) |
修飾子とタイプ | メソッドと説明 |
---|---|
default net.minecraft.world.storage.loot.ILootEntry |
alternate(net.minecraft.world.storage.loot.ILootEntry entry) |
boolean |
expand(LootContext p_expand_1_,
java.util.function.Consumer<ILootGenerator> p_expand_2_) |
void |
func_225579_a_(ValidationTracker p_225579_1_) |
default net.minecraft.world.storage.loot.ILootEntry |
sequence(net.minecraft.world.storage.loot.ILootEntry entry) |
protected boolean |
test(LootContext p_216141_1_) |
protected final ILootCondition[] conditions
public static final net.minecraft.world.storage.loot.ILootEntry field_216139_a
public static final net.minecraft.world.storage.loot.ILootEntry field_216140_b
protected LootEntry(ILootCondition[] p_i51254_1_)
public void func_225579_a_(ValidationTracker p_225579_1_)
protected final boolean test(LootContext p_216141_1_)
public boolean expand(LootContext p_expand_1_, java.util.function.Consumer<ILootGenerator> p_expand_2_)
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)