Class FanWashingCategory

All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SplashingRecipe>

public class FanWashingCategory extends ProcessingViaFanCategory.MultiOutput<SplashingRecipe>
  • Constructor Details

    • FanWashingCategory

      public FanWashingCategory()
  • Method Details

    • getRecipeClass

      public Class<? extends SplashingRecipe> getRecipeClass()
      Description copied from interface: mezz.jei.api.recipe.category.IRecipeCategory
      Returns the class of recipes that this recipe category handles.
    • renderAttachedBlock

      protected void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack)
      Specified by:
      renderAttachedBlock in class ProcessingViaFanCategory<SplashingRecipe>