public class Smelt extends LootFunction
Modifier and Type | Class and Description |
---|---|
static class |
Smelt.Serializer |
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
Constructor and Description |
---|
Smelt(LootCondition[] conditionsIn) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
apply(ItemStack stack,
java.util.Random rand,
LootContext context) |
getConditions
public Smelt(LootCondition[] conditionsIn)
public ItemStack apply(ItemStack stack, java.util.Random rand, LootContext context)
apply
in class LootFunction