public class SetNbtLootFunction extends ConditionalLootFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
SetNbtLootFunction.Serializer |
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner| Modifier and Type | Field and Description |
|---|---|
private CompoundTag |
tag |
conditions| Modifier | Constructor and Description |
|---|---|
private |
SetNbtLootFunction(LootCondition[] conditions,
CompoundTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalLootFunction.Builder<?> |
builder(CompoundTag tag) |
LootFunctionType |
getType() |
ItemStack |
process(ItemStack stack,
LootContext context) |
apply, builder, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplygetRequiredParametersandThenprivate final CompoundTag tag
private SetNbtLootFunction(LootCondition[] conditions, CompoundTag tag)
public LootFunctionType getType()
public ItemStack process(ItemStack stack, LootContext context)
process in class ConditionalLootFunctionpublic static ConditionalLootFunction.Builder<?> builder(CompoundTag tag)