Class LodestoneTextureLoader

java.lang.Object
team.lodestar.lodestone.systems.textureloader.LodestoneTextureLoader

public class LodestoneTextureLoader extends Object
  • Field Details

  • Constructor Details

    • LodestoneTextureLoader

      public LodestoneTextureLoader()
  • Method Details

    • registerTextureLoader

      public static void registerTextureLoader(String loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, net.minecraftforge.client.event.RegisterTextureAtlasSpriteLoadersEvent event)
    • registerTextureLoader

      public static void registerTextureLoader(String loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, LodestoneTextureLoader.TextureModifier textureModifier, net.minecraftforge.client.event.RegisterTextureAtlasSpriteLoadersEvent event)
    • applyGrayscale

      public static com.mojang.blaze3d.platform.NativeImage applyGrayscale(com.mojang.blaze3d.platform.NativeImage nativeimage)
    • applyMultiColorGradient

      public static com.mojang.blaze3d.platform.NativeImage applyMultiColorGradient(Easing easing, com.mojang.blaze3d.platform.NativeImage nativeimage, LodestoneTextureLoader.ColorLerp colorLerp, Color... colors)