Class FanBlastingCategory

java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
com.simibubi.create.compat.jei.category.FanBlastingCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>

public class FanBlastingCategory extends ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
  • Constructor Details

    • FanBlastingCategory

      public FanBlastingCategory()
  • Method Details

    • getRecipeClass

      public Class<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe> getRecipeClass()
      Description copied from interface: mezz.jei.api.recipe.category.IRecipeCategory
      Returns the class of recipes that this recipe category handles.
    • getBlockShadow

      protected AllGuiTextures getBlockShadow()
      Overrides:
      getBlockShadow in class ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
    • renderAttachedBlock

      protected void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack)
      Specified by:
      renderAttachedBlock in class ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>