Package com.jozufozu.flywheel.core.model
Class ModelTransformer
java.lang.Object
com.jozufozu.flywheel.core.model.ModelTransformer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()voidrenderInto(ModelTransformer.Params params, com.mojang.blaze3d.vertex.PoseStack input, com.mojang.blaze3d.vertex.VertexConsumer builder) toString()static inttransformColor(byte component, float scale) static inttransformColor(int component, float scale)
-
Field Details
-
context
-
-
Constructor Details
-
ModelTransformer
-
-
Method Details
-
renderInto
public void renderInto(ModelTransformer.Params params, com.mojang.blaze3d.vertex.PoseStack input, com.mojang.blaze3d.vertex.VertexConsumer builder) -
isEmpty
public boolean isEmpty() -
toString
-
transformColor
public static int transformColor(byte component, float scale) -
transformColor
public static int transformColor(int component, float scale)
-