Package net.minecraftforge.client.model
Interface IQuadTransformer
public interface IQuadTransformer
Transformer for
baked quads.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault IQuadTransformerandThen(IQuadTransformer other) static IQuadTransformerapplying(Transformation transform) Deprecated, for removal: This API element is subject to removal in a future version.static IQuadTransformerapplyingLightmap(int lightmap) Deprecated, for removal: This API element is subject to removal in a future version.private static BakedQuadstatic IQuadTransformerempty()Deprecated, for removal: This API element is subject to removal in a future version.private static intfindOffset(VertexFormatElement element) default BakedQuaddefault voidprocessInPlace(List<BakedQuad> quads) voidprocessInPlace(BakedQuad quad)
-
Field Details
-
STRIDE
static final int STRIDE -
POSITION
static final int POSITION -
COLOR
static final int COLOR -
UV0
static final int UV0 -
UV1
static final int UV1 -
UV2
static final int UV2 -
NORMAL
static final int NORMAL
-
-
Method Details
-
processInPlace
-
processInPlace
-
process
-
process
-
andThen
-
empty
Deprecated, for removal: This API element is subject to removal in a future version.Creates aBakedQuadtransformer that does nothing. -
applying
@Deprecated(forRemoval=true, since="1.19") static IQuadTransformer applying(Transformation transform) Deprecated, for removal: This API element is subject to removal in a future version.Creates aBakedQuadtransformer that applies the specifiedTransformation. -
applyingLightmap
Deprecated, for removal: This API element is subject to removal in a future version.Creates aBakedQuadtransformer that applies the specified lightmap. -
copy
-
findOffset
-
QuadTransformers.applying(Transformation)