Class QuadTransformers
java.lang.Object
de.mrjulsen.mcdragonlib.fabric.client.model.geometry.QuadTransformers
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplying(com.mojang.math.Transformation transform) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplyingColor(int color) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplyingColor(int red, int green, int blue) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplyingColor(int alpha, int red, int green, int blue) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplyingLightmap(int packedLight) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformapplyingLightmap(int blockLight, int skyLight) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformempty()static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformsettingEmissivity(int emissivity) static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransformstatic inttoABGR(int color)
-
Method Details
-
empty
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform empty() -
applying
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applying(com.mojang.math.Transformation transform) -
applyingLightmap
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applyingLightmap(int packedLight) -
applyingLightmap
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applyingLightmap(int blockLight, int skyLight) -
settingEmissivity
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform settingEmissivity(int emissivity) -
settingMaxEmissivity
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform settingMaxEmissivity() -
applyingColor
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applyingColor(int color) -
applyingColor
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applyingColor(int red, int green, int blue) -
applyingColor
public static net.fabricmc.fabric.api.renderer.v1.render.RenderContext.QuadTransform applyingColor(int alpha, int red, int green, int blue) -
toABGR
public static int toABGR(int color)
-