public abstract class PlayerCompendiumRecipe extends BasicCompendiumRecipe
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isKnowledge |
protected float |
skillReward |
infoName| Constructor and Description |
|---|
PlayerCompendiumRecipe(ResourceName name,
boolean isKnowledge,
float skillReward) |
| Modifier and Type | Method and Description |
|---|---|
ResourceName |
getKnowledgeInformationName() |
float |
getSkillReward() |
boolean |
isKnowledge() |
boolean |
isKnown(AbstractPlayerEntity player) |
void |
playerConstruct(AbstractPlayerEntity player,
TileEntity machine,
int amount) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConstruct, fillRecipeInfo, forName, getConstructButton, getIngredientButtons, getInputs, getOutputs, getPolaroidButton, onConstructprotected final boolean isKnowledge
protected final float skillReward
public PlayerCompendiumRecipe(ResourceName name, boolean isKnowledge, float skillReward)
public void playerConstruct(AbstractPlayerEntity player, TileEntity machine, int amount)
public ResourceName getKnowledgeInformationName()
public boolean isKnowledge()
public boolean isKnown(AbstractPlayerEntity player)
public float getSkillReward()