Class BackportUtil

java.lang.Object
com.lightning.northstar.util.BackportUtil

public class BackportUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static mezz.jei.api.gui.builder.IIngredientConsumer
    addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, com.simibubi.create.foundation.fluid.FluidIngredient ingredient)
     
    static mezz.jei.api.gui.builder.IIngredientConsumer
    addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, mezz.jei.api.recipe.RecipeIngredientRole role)
     
    static mezz.jei.api.gui.builder.IIngredientConsumer
    addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, net.minecraftforge.fluids.FluidStack stack)
     
    static float
    wrapAngle180(float angle)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BackportUtil

      public BackportUtil()
  • Method Details

    • addFluidSlot

      public static mezz.jei.api.gui.builder.IIngredientConsumer addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, com.simibubi.create.foundation.fluid.FluidIngredient ingredient)
    • addFluidSlot

      public static mezz.jei.api.gui.builder.IIngredientConsumer addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, net.minecraftforge.fluids.FluidStack stack)
    • addFluidSlot

      public static mezz.jei.api.gui.builder.IIngredientConsumer addFluidSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, int x, int y, mezz.jei.api.recipe.RecipeIngredientRole role)
    • wrapAngle180

      public static float wrapAngle180(float angle)