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