Class ContextHelper

java.lang.Object
dev.upcraft.sparkweave.api.util.ContextHelper

public class ContextHelper extends Object
  • Method Details

    • getContext

      public static net.fabricmc.loader.api.ModContainer getContext(Class<?> clazz)
    • getCurrentContext

      @CallerSensitive public static net.fabricmc.loader.api.ModContainer getCurrentContext()
    • getCallerContext

      @CallerSensitive public static net.fabricmc.loader.api.ModContainer getCallerContext()
    • getCurrentContext

      @CallerSensitive public static net.fabricmc.loader.api.ModContainer getCurrentContext(int above)