Uses of Class
com.mojang.math.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in com.mojang.math
Fields in com.mojang.math declared as TransformationMethods in com.mojang.math that return TransformationModifier and TypeMethodDescriptionTransformation.compose(Transformation p_121097_) static TransformationTransformation.identity()Transformation.inverse()Transformation.slerp(Transformation p_175938_, float p_175939_) Methods in com.mojang.math with parameters of type TransformationModifier and TypeMethodDescriptionTransformation.compose(Transformation p_121097_) Transformation.slerp(Transformation p_175938_, float p_175939_) -
Uses of Transformation in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as TransformationMethods in net.minecraft.client.renderer.block.model that return TransformationMethods in net.minecraft.client.renderer.block.model with parameters of type TransformationModifier and TypeMethodDescriptionvoidFaceBakery.applyModelRotation(Vector3f p_111590_, Transformation p_111591_) private voidFaceBakery.bakeVertex(int[] p_111621_, int p_111622_, Direction p_111623_, BlockFaceUV p_111624_, float[] p_111625_, TextureAtlasSprite p_111626_, Transformation p_111627_, BlockElementRotation p_111628_, boolean p_111629_) private int[]FaceBakery.makeVertices(BlockFaceUV p_111574_, TextureAtlasSprite p_111575_, Direction p_111576_, float[] p_111577_, Transformation p_111578_, BlockElementRotation p_111579_, boolean p_111580_) static BlockFaceUVFaceBakery.recomputeUVs(BlockFaceUV p_111582_, Direction p_111583_, Transformation p_111584_, ResourceLocation p_111585_) Constructors in net.minecraft.client.renderer.block.model with parameters of type TransformationModifierConstructorDescriptionVariant(ResourceLocation p_111879_, Transformation p_111880_, boolean p_111881_, int p_111882_) -
Uses of Transformation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as TransformationFields in net.minecraft.client.resources.model with type parameters of type TransformationModifier and TypeFieldDescriptionprivate final Map<org.apache.commons.lang3.tuple.Triple<ResourceLocation,Transformation, Boolean>, BakedModel> ModelBakery.bakedCacheMethods in net.minecraft.client.resources.model that return TransformationModifier and TypeMethodDescriptionBlockModelRotation.getRotation()default TransformationModelState.getRotation() -
Uses of Transformation in net.minecraft.core
Fields in net.minecraft.core with type parameters of type TransformationModifier and TypeFieldDescriptionstatic final Map<Direction,Transformation> BlockMath.VANILLA_UV_TRANSFORM_GLOBAL_TO_LOCALstatic final Map<Direction,Transformation> BlockMath.VANILLA_UV_TRANSFORM_LOCAL_TO_GLOBALMethods in net.minecraft.core that return TransformationModifier and TypeMethodDescriptionstatic TransformationBlockMath.blockCenterToCorner(Transformation p_121843_) static TransformationBlockMath.blockCornerToCenter(Transformation p_175260_) static TransformationBlockMath.getUVLockTransform(Transformation p_121845_, Direction p_121846_, Supplier<String> p_121847_) Methods in net.minecraft.core with parameters of type TransformationModifier and TypeMethodDescriptionstatic TransformationBlockMath.blockCenterToCorner(Transformation p_121843_) static TransformationBlockMath.blockCornerToCenter(Transformation p_175260_) static TransformationBlockMath.getUVLockTransform(Transformation p_121845_, Direction p_121846_, Supplier<String> p_121847_) -
Uses of Transformation in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return TransformationModifier and TypeMethodDescriptiondefault TransformationIForgeTransformation.applyOrigin(Vector3f origin) Apply this transformation to a different origin.default TransformationIForgeTransformation.blockCenterToCorner()convert transformation from assuming center-block system to opposing-corner-block systemdefault TransformationIForgeTransformation.blockCornerToCenter()convert transformation from assuming opposing-corner-block system to center-block systemdefault TransformationIForgeModelState.getPartTransformation(Object part) private TransformationIForgeTransformation.self() -
Uses of Transformation in net.minecraftforge.client.model
Fields in net.minecraftforge.client.model declared as TransformationModifier and TypeFieldDescriptionprivate final TransformationSimpleModelState.baseprivate final TransformationQuadTransformer.transformprotected final TransformationFluidModel.BakedFluid.transformationFields in net.minecraftforge.client.model with type parameters of type TransformationModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> ItemMultiLayerBakedModel.Builder.cameraTransformsprivate final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> ItemMultiLayerBakedModel.cameraTransformsprivate final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> MultiLayerModel.MultiLayerBakedModel.cameraTransformsprivate final com.google.common.collect.ImmutableMap<?,Transformation> SimpleModelState.mapprotected final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> BakedItemModel.transformsprotected final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> FluidModel.BakedFluid.transformsprivate final com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> PerspectiveMapWrapper.transformsMethods in net.minecraftforge.client.model that return TransformationModifier and TypeMethodDescriptionCompositeModelState.getPartTransformation(Object part) SimpleModelState.getPartTransformation(Object part) CompositeModelState.getRotation()SimpleModelState.getRotation()Methods in net.minecraftforge.client.model that return types with arguments of type TransformationModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> PerspectiveMapWrapper.getTransforms(ItemTransforms transforms) static com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> PerspectiveMapWrapper.getTransforms(ModelState state) static com.google.common.collect.ImmutableMap<ItemTransforms.TransformType,Transformation> PerspectiveMapWrapper.getTransformsWithFallback(ModelState state, ItemTransforms transforms) Methods in net.minecraftforge.client.model with parameters of type TransformationModifier and TypeMethodDescriptionprivate static BakedQuadItemLayerModel.buildQuad(Transformation transform, Direction side, TextureAtlasSprite sprite, int tint, boolean fullbright, float x0, float y0, float z0, float u0, float v0, float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3) private static BakedQuadItemLayerModel.buildSideQuad(Transformation transform, Direction side, int tint, TextureAtlasSprite sprite, int u, int v, int size, boolean fullbright) ItemTextureQuadConverter.convertTexture(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Takes a texture and converts it into BakedQuads.ItemTextureQuadConverter.convertTexture(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) ItemTextureQuadConverter.convertTextureHorizontal(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Scans a texture and converts it into a list of horizontal strips stacked on top of each other.ItemTextureQuadConverter.convertTextureHorizontal(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) ItemTextureQuadConverter.convertTextureVertical(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint) Scans a texture and converts it into a list of vertical strips stacked next to each other from left to right.ItemTextureQuadConverter.convertTextureVertical(Transformation transform, TextureAtlasSprite template, TextureAtlasSprite sprite, float z, Direction facing, int color, int tint, int luminosity) static BakedQuadItemTextureQuadConverter.genQuad(Transformation transform, float x1, float y1, float x2, float y2, float z, TextureAtlasSprite sprite, Direction facing, int color, int tint) Generates a Front/Back quad for an itemmodel.static BakedQuadItemTextureQuadConverter.genQuad(Transformation transform, float x1, float y1, float x2, float y2, float z, TextureAtlasSprite sprite, Direction facing, int color, int tint, int luminosity) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprite(int tint, TextureAtlasSprite sprite, Transformation transform) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprite(int tint, TextureAtlasSprite sprite, Transformation transform, boolean fullbright) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprites(List<Material> textures, Transformation transform, Function<Material, TextureAtlasSprite> spriteGetter) static com.google.common.collect.ImmutableList<BakedQuad>ItemLayerModel.getQuadsForSprites(List<Material> textures, Transformation transform, Function<Material, TextureAtlasSprite> spriteGetter, Set<Integer> fullbrights) private static BakedQuadItemTextureQuadConverter.putQuad(Transformation transform, Direction side, TextureAtlasSprite sprite, int color, int tint, float x1, float y1, float x2, float y2, float z, float u1, float v1, float u2, float v2, int luminosity) Method parameters in net.minecraftforge.client.model with type arguments of type TransformationModifier and TypeMethodDescriptionItemMultiLayerBakedModel.builder(IModelConfiguration owner, TextureAtlasSprite particle, ItemOverrides overrides, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> cameraTransforms) static BakedModelPerspectiveMapWrapper.handlePerspective(BakedModel model, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ItemTransforms.TransformType cameraTransformType, PoseStack mat) private static booleanBakedItemModel.hasGuiIdentity(com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms) Constructors in net.minecraftforge.client.model with parameters of type TransformationModifierConstructorDescriptionBakedFluid(Transformation transformation, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, boolean statePresent, int[] cornerRound, int flowRound, boolean[] sideOverlays) CachingBakedFluid(Transformation transformation, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, Optional<IModelData> stateOption) QuadTransformer(Transformation transform) SimpleModelState(com.google.common.collect.ImmutableMap<?, Transformation> map, Transformation base) Constructor parameters in net.minecraftforge.client.model with type arguments of type TransformationModifierConstructorDescriptionBakedFluid(Transformation transformation, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, boolean statePresent, int[] cornerRound, int flowRound, boolean[] sideOverlays) BakedItemModel(com.google.common.collect.ImmutableList<BakedQuad> quads, TextureAtlasSprite particle, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ItemOverrides overrides, boolean untransformed, boolean isSideLit) privateBuilder(IModelConfiguration owner, TextureAtlasSprite particle, ItemOverrides overrides, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> cameraTransforms) CachingBakedFluid(Transformation transformation, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms, ResourceLocation modelLocation, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, Optional<TextureAtlasSprite> overlay, boolean gas, Optional<IModelData> stateOption) ItemMultiLayerBakedModel(boolean smoothLighting, boolean shadedInGui, boolean sideLit, TextureAtlasSprite particle, ItemOverrides overrides, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> cameraTransforms, com.google.common.collect.ImmutableList<com.mojang.datafixers.util.Pair<BakedModel, RenderType>> layerModels) MultiLayerBakedModel(boolean ambientOcclusion, boolean isGui3d, boolean isSideLit, TextureAtlasSprite particle, ItemOverrides overrides, boolean convertRenderTypes, List<com.mojang.datafixers.util.Pair<RenderType, BakedModel>> models, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> cameraTransforms) PerspectiveMapWrapper(BakedModel parent, com.google.common.collect.ImmutableMap<ItemTransforms.TransformType, Transformation> transforms) SimpleModelState(com.google.common.collect.ImmutableMap<?, Transformation> map) SimpleModelState(com.google.common.collect.ImmutableMap<?, Transformation> map, Transformation base) -
Uses of Transformation in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d with type parameters of type TransformationModifier and TypeFieldDescriptionprivate static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Triple<B3DModel.Animation,B3DModel.Node<?>, Integer>, Transformation> B3DLoader.B3DState.cacheMethods in net.minecraftforge.client.model.b3d that return TransformationModifier and TypeMethodDescriptionB3DLoader.NodeJoint.getInvBindPose()static TransformationB3DLoader.B3DState.getNodeMatrix(B3DModel.Animation animation, B3DModel.Node<?> node, int frame) B3DLoader.B3DState.getNodeMatrix(B3DModel.Node<?> node) B3DLoader.B3DState.getNodeMatrix(B3DModel.Node<?> node, int frame) B3DLoader.B3DState.getPartTransformation(Object part) B3DLoader.B3DState.getRotation() -
Uses of Transformation in net.minecraftforge.client.model.obj
Methods in net.minecraftforge.client.model.obj with parameters of type TransformationModifier and TypeMethodDescriptionOBJModel.makeQuad(int[][] indices, int tintIndex, Vector4f colorTint, Vector4f ambientColor, TextureAtlasSprite texture, Transformation transform) -
Uses of Transformation in net.minecraftforge.client.model.pipeline
Fields in net.minecraftforge.client.model.pipeline declared as TransformationConstructors in net.minecraftforge.client.model.pipeline with parameters of type Transformation -
Uses of Transformation in net.minecraftforge.common.model
Methods in net.minecraftforge.common.model that return TransformationModifier and TypeMethodDescriptionTransformationHelper.Deserializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) static TransformationTransformationHelper.slerp(Transformation one, Transformation that, float progress) static TransformationTransformationHelper.toTransformation(ItemTransform transform) Deprecated.Methods in net.minecraftforge.common.model with parameters of type TransformationModifier and TypeMethodDescriptionstatic TransformationTransformationHelper.slerp(Transformation one, Transformation that, float progress)