Class MekanismCapabilityLoader

java.lang.Object
org.cyclops.integratedmekanismics.capability.recipehandler.MekanismCapabilityLoader

public class MekanismCapabilityLoader extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static <T extends net.minecraft.world.level.block.entity.BlockEntity>
    void
    addRecipeHandler(org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry registry, Map<mekanism.common.recipe.IMekanismRecipeTypeProvider<?,?>,Function<Supplier<net.minecraft.world.level.Level>,org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler>> recipeTypeHandlers, Class<T> clazz, mekanism.common.recipe.IMekanismRecipeTypeProvider<?,?> recipeType, Function<Supplier<net.minecraft.world.level.Level>,org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler> recipeHandlerConstructor)
     
    static void
     

    Methods inherited from class java.lang.Object

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

    • MekanismCapabilityLoader

      public MekanismCapabilityLoader()
  • Method Details

    • load

      public static void load()
    • addRecipeHandler

      protected static <T extends net.minecraft.world.level.block.entity.BlockEntity> void addRecipeHandler(org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry registry, Map<mekanism.common.recipe.IMekanismRecipeTypeProvider<?,?>,Function<Supplier<net.minecraft.world.level.Level>,org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler>> recipeTypeHandlers, Class<T> clazz, mekanism.common.recipe.IMekanismRecipeTypeProvider<?,?> recipeType, Function<Supplier<net.minecraft.world.level.Level>,org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler> recipeHandlerConstructor)