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(String loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, net.minecraftforge.client.event.RegisterTextureAtlasSpriteLoadersEvent event) static voidregisterTextureLoader(String loaderName, net.minecraft.resources.ResourceLocation targetPath, net.minecraft.resources.ResourceLocation inputImage, LodestoneTextureLoader.TextureModifier textureModifier, net.minecraftforge.client.event.RegisterTextureAtlasSpriteLoadersEvent event)
-
Field Details
-
GRADIENT
-
LUMINOUS_GRADIENT
-
LUMINOUS
-
-
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)
-