Uses of Interface
net.minecraftforge.client.model.IQuadTransformer
-
Uses of IQuadTransformer in net.minecraftforge.client.model
Modifier and TypeFieldDescriptionprivate static final IQuadTransformer[]
QuadTransformers.EMISSIVE_TRANSFORMERS
private static final IQuadTransformer
QuadTransformers.EMPTY
Modifier and TypeMethodDescriptiondefault IQuadTransformer
IQuadTransformer.andThen
(IQuadTransformer other) static IQuadTransformer
IQuadTransformer.applying
(Transformation transform) Deprecated, for removal: This API element is subject to removal in a future version.static IQuadTransformer
QuadTransformers.applying
(Transformation transform) Returns a newBakedQuad
transformer that applies the specifiedTransformation
.static IQuadTransformer
QuadTransformers.applyingColor
(int color) static IQuadTransformer
QuadTransformers.applyingColor
(int red, int green, int blue) This method supplies a default alpha value of 255 (no transparency)static IQuadTransformer
QuadTransformers.applyingColor
(int alpha, int red, int green, int blue) static IQuadTransformer
IQuadTransformer.applyingLightmap
(int lightmap) Deprecated, for removal: This API element is subject to removal in a future version.static IQuadTransformer
QuadTransformers.applyingLightmap
(int packedLight) static IQuadTransformer
QuadTransformers.applyingLightmap
(int blockLight, int skyLight) static IQuadTransformer
IQuadTransformer.empty()
Deprecated, for removal: This API element is subject to removal in a future version.static IQuadTransformer
QuadTransformers.empty()
Returns aBakedQuad
transformer that does nothing.static IQuadTransformer
QuadTransformers.settingEmissivity
(int emissivity) static IQuadTransformer
QuadTransformers.settingMaxEmissivity()
Modifier and TypeMethodDescriptiondefault IQuadTransformer
IQuadTransformer.andThen
(IQuadTransformer other)
QuadTransformers.applying(Transformation)