类 PerspectiveModelState
java.lang.Object
committee.nova.mods.avaritia.api.client.model.PerspectiveModelState
- 所有已实现的接口:
net.minecraft.client.resources.model.ModelState
public class PerspectiveModelState
extends Object
implements net.minecraft.client.resources.model.ModelState
A simple
ModelState implementation which
is composed of multiple Transformations.
Created by covers1624 on 9/7/22.
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明PerspectiveModelState(Map<net.minecraft.world.item.ItemDisplayContext, com.mojang.math.Transformation> transforms) PerspectiveModelState(Map<net.minecraft.world.item.ItemDisplayContext, com.mojang.math.Transformation> transforms, boolean isUvLocked) -
方法概要
修饰符和类型方法说明com.mojang.math.TransformationgetTransform(net.minecraft.world.item.ItemDisplayContext context) boolean从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.minecraft.client.resources.model.ModelState
getRotation
-
字段详细资料
-
IDENTITY
-
-
构造器详细资料
-
PerspectiveModelState
public PerspectiveModelState(Map<net.minecraft.world.item.ItemDisplayContext, com.mojang.math.Transformation> transforms) -
PerspectiveModelState
public PerspectiveModelState(Map<net.minecraft.world.item.ItemDisplayContext, com.mojang.math.Transformation> transforms, boolean isUvLocked)
-
-
方法详细资料
-
getTransform
public com.mojang.math.Transformation getTransform(net.minecraft.world.item.ItemDisplayContext context) -
isUvLocked
public boolean isUvLocked()- 指定者:
isUvLocked在接口中net.minecraft.client.resources.model.ModelState
-