Package net.minecraftforge.client.model
Class QuadTransformers
java.lang.Object
net.minecraftforge.client.model.QuadTransformers
A collection of
IQuadTransformer
implementations.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final IQuadTransformer[]
private static final IQuadTransformer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IQuadTransformer
applying
(Transformation transform) Returns a newBakedQuad
transformer that applies the specifiedTransformation
.static IQuadTransformer
applyingLightmap
(int lightmap) Returns a newBakedQuad
transformer that applies the specified lightmap.static IQuadTransformer
empty()
Returns aBakedQuad
transformer that does nothing.static IQuadTransformer
settingEmissivity
(int emissivity) Returns aBakedQuad
transformer that sets the lightmap to the given emissivity (0-15).static IQuadTransformer
Returns aBakedQuad
transformer that sets the lightmap to its max value.
-
Field Details
-
EMPTY
-
EMISSIVE_TRANSFORMERS
-
-
Constructor Details
-
QuadTransformers
private QuadTransformers()
-
-
Method Details
-
empty
Returns aBakedQuad
transformer that does nothing.- Returns:
- a
BakedQuad
transformer that does nothing
-
applying
Returns a newBakedQuad
transformer that applies the specifiedTransformation
.- Returns:
- a new
BakedQuad
transformer that applies the specifiedTransformation
-
applyingLightmap
Returns a newBakedQuad
transformer that applies the specified lightmap.- Returns:
- a new
BakedQuad
transformer that applies the specified lightmap
-
settingEmissivity
Returns aBakedQuad
transformer that sets the lightmap to the given emissivity (0-15).- Returns:
- a
BakedQuad
transformer that sets the lightmap to the given emissivity (0-15)
-
settingMaxEmissivity
Returns aBakedQuad
transformer that sets the lightmap to its max value.- Returns:
- a
BakedQuad
transformer that sets the lightmap to its max value
-