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
IQuadTransformer.applyingLightmap
(int lightmap) Deprecated, for removal: This API element is subject to removal in a future version.static IQuadTransformer
QuadTransformers.applyingLightmap
(int lightmap) Returns a newBakedQuad
transformer that applies the specified lightmap.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) Returns aBakedQuad
transformer that sets the lightmap to the given emissivity (0-15).static IQuadTransformer
QuadTransformers.settingMaxEmissivity()
Returns aBakedQuad
transformer that sets the lightmap to its max value.Modifier and TypeMethodDescriptiondefault IQuadTransformer
IQuadTransformer.andThen
(IQuadTransformer other) -
Uses of IQuadTransformer in net.minecraftforge.client.model.geometry
Modifier and TypeMethodDescriptionstatic IQuadTransformer
UnbakedGeometryHelper.applyRootTransform
(ModelState modelState, Transformation rootTransform) Create anIQuadTransformer
to apply aTransformation
that undoes theModelState
transform (blockstate transform), applies the given root transform and then re-applies the blockstate transform.
QuadTransformers.applying(Transformation)