public class FurnaceSmeltLootFunction extends ConditionalLootFunction
Modifier and Type | Class and Description |
---|---|
static class |
FurnaceSmeltLootFunction.Serializer |
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOGGER |
conditions
Modifier | Constructor and Description |
---|---|
private |
FurnaceSmeltLootFunction(LootCondition[] conditions) |
Modifier and Type | Method and Description |
---|---|
static ConditionalLootFunction.Builder<?> |
builder() |
LootFunctionType |
getType() |
ItemStack |
process(ItemStack stack,
LootContext context) |
apply, builder, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
getRequiredParameters
andThen
private static final Logger LOGGER
private FurnaceSmeltLootFunction(LootCondition[] conditions)
public LootFunctionType getType()
public ItemStack process(ItemStack stack, LootContext context)
process
in class ConditionalLootFunction
public static ConditionalLootFunction.Builder<?> builder()