Class CompendiumCategory
java.lang.Object
de.ellpeck.rockbottom.api.construction.compendium.CompendiumCategory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundPicture(Gui gui, IAssetManager manager) getDisplayText(IAssetManager manager) abstract ResourceNamegetIcon(IGameInstance game, IAssetManager assetManager, IRenderer g) getIngredientPosition(Gui gui, IngredientComponent ingredient, int index) intgetMaxIngredientAmount(Gui gui, List<IngredientComponent> ingredients) getName()abstract Set<? extends ICompendiumRecipe>voidonGuiOrganized(Gui gui, MenuComponent menu, List<PolaroidComponent> polaroids, List<IngredientComponent> ingredients, ConstructComponent construct) register()booleanshouldDisplay(AbstractPlayerEntity player)
-
Field Details
-
name
-
-
Constructor Details
-
CompendiumCategory
-
-
Method Details
-
onGuiOrganized
public void onGuiOrganized(Gui gui, MenuComponent menu, List<PolaroidComponent> polaroids, List<IngredientComponent> ingredients, ConstructComponent construct) -
getMaxIngredientAmount
-
getIngredientPosition
-
getBackgroundPicture
-
shouldDisplay
-
getDisplayText
-
getIcon
-
getRecipes
-
getName
-
register
-