Class FanSmokingCategory

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

public class FanSmokingCategory extends ProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
  • Constructor Details

    • FanSmokingCategory

      public FanSmokingCategory()
  • Method Details

    • getRecipeClass

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

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

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