Class CraftingRecipeAppendixClient
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient<CraftingRecipeAppendix>
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendixClient<CraftingRecipeAppendix>
org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendixClient
-
Nested Class Summary
Nested classes/interfaces inherited from class RecipeAppendixClient
RecipeAppendixClient.ElementButton<E>, RecipeAppendixClient.FluidButton, RecipeAppendixClient.ItemButton -
Field Summary
Fields inherited from class RecipeAppendixClient
TICK_DELAY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCraftingRecipeAppendixClient(CraftingRecipeAppendix sectionAppendix) -
Method Summary
Modifier and TypeMethodDescriptionvoidbakeElement(InfoSection infoSection) protected voiddrawElementInner(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int x, int y, int width, int height, int page, int mx, int my) protected net.minecraft.world.item.ItemStackgetItemStacks(net.minecraft.world.item.crafting.display.RecipeDisplayEntry recipeDisplay, int index, net.minecraft.util.context.ContextMap contextMap, int tick) Methods inherited from class RecipeAppendixClient
drawElement, getTick, postDrawElement, prepareItemStack, prepareItemStacks, prepareItemStacks, renderFluid, renderFluid, renderFluidForButton, renderFluidTooltip, renderItem, renderItem, renderItem, renderItem, renderItemForButton, renderItemForButton, renderItemTooltip, renderToolTipsMethods inherited from class SectionAppendixClient
drawScreen, getSectionAppendix
-
Constructor Details
-
CraftingRecipeAppendixClient
-
-
Method Details
-
bakeElement
-
drawElementInner
protected void drawElementInner(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, int x, int y, int width, int height, int page, int mx, int my) - Specified by:
drawElementInnerin classRecipeAppendixClient<CraftingRecipeAppendix>
-
getItemStacks
protected net.minecraft.world.item.ItemStack getItemStacks(net.minecraft.world.item.crafting.display.RecipeDisplayEntry recipeDisplay, int index, net.minecraft.util.context.ContextMap contextMap, int tick)
-