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 org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendixClient
RecipeAppendixClient.ElementButton<E>, RecipeAppendixClient.FluidButton, RecipeAppendixClient.ItemButton
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendixClient
TICK_DELAY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CraftingRecipeAppendixClient
(CraftingRecipeAppendix sectionAppendix) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bakeElement
(InfoSection infoSection) protected void
drawElementInner
(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) 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) Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendixClient
drawElement, getTick, postDrawElement, prepareItemStack, prepareItemStacks, prepareItemStacks, renderFluid, renderFluid, renderFluidForButton, renderFluidTooltip, renderItem, renderItem, renderItem, renderItem, renderItemForButton, renderItemForButton, renderItemTooltip, renderToolTips
Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient
drawScreen, getSectionAppendix
-
Constructor Details
-
CraftingRecipeAppendixClient
-
-
Method Details
-
bakeElement
-
drawElementInner
protected void drawElementInner(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) - Specified by:
drawElementInner
in 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)
-