类 ModelBuilder.TransformsBuilder.TransformVecBuilder
java.lang.Object
net.minecraftforge.client.model.generators.ModelBuilder.TransformsBuilder.TransformVecBuilder
-
字段概要
字段修饰符和类型字段说明private org.joml.Vector3f
private org.joml.Vector3f
private org.joml.Vector3f
private org.joml.Vector3f
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) ItemTransform
build()
end()
leftRotation
(float x, float y, float z) rightRotation
(float x, float y, float z) rotation
(float x, float y, float z) scale
(float sc) scale
(float x, float y, float z) translation
(float x, float y, float z)
-
字段详细资料
-
rotation
private org.joml.Vector3f rotation -
translation
private org.joml.Vector3f translation -
scale
private org.joml.Vector3f scale -
rightRotation
private org.joml.Vector3f rightRotation
-
-
构造器详细资料
-
TransformVecBuilder
TransformVecBuilder(ItemDisplayContext type)
-
-
方法详细资料
-
rotation
-
leftRotation
public ModelBuilder<T>.TransformsBuilder.TransformVecBuilder leftRotation(float x, float y, float z) -
translation
-
scale
-
scale
-
rightRotation
public ModelBuilder<T>.TransformsBuilder.TransformVecBuilder rightRotation(float x, float y, float z) -
build
ItemTransform build() -
end
-