Class LodestoneTextureLoader
java.lang.Object
team.lodestar.lodestone.systems.textureloader.LodestoneTextureLoader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final LodestoneTextureLoader.ColorLerpprotected static final LodestoneTextureLoader.ColorLerpprotected static final LodestoneTextureLoader.ColorLerp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.blaze3d.platform.NativeImageapplyGrayscale(com.mojang.blaze3d.platform.NativeImage nativeimage) static com.mojang.blaze3d.platform.NativeImageapplyMultiColorGradient(Easing easing, com.mojang.blaze3d.platform.NativeImage nativeimage, LodestoneTextureLoader.ColorLerp colorLerp, Color... colors) static voidregisterTextureLoader(net.minecraft.resources.ResourceLocation loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage) static voidregisterTextureLoader(net.minecraft.resources.ResourceLocation loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, LodestoneTextureLoader.TextureModifier textureModifier)
-
Field Details
-
GRADIENT
-
LUMINOUS_GRADIENT
-
LUMINOUS
-
-
Constructor Details
-
LodestoneTextureLoader
public LodestoneTextureLoader()
-
-
Method Details
-
registerTextureLoader
public static void registerTextureLoader(net.minecraft.resources.ResourceLocation loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage) -
registerTextureLoader
public static void registerTextureLoader(net.minecraft.resources.ResourceLocation loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, LodestoneTextureLoader.TextureModifier textureModifier) -
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)
-