类 SimpleModelState

java.lang.Object
net.minecraftforge.client.model.SimpleModelState
所有已实现的接口:
ModelState

public final class SimpleModelState extends Object implements ModelState
Simple implementation of ModelState.
  • 字段详细资料

    • transformation

      private final Transformation transformation
    • uvLocked

      private final boolean uvLocked
  • 构造器详细资料

    • SimpleModelState

      public SimpleModelState(Transformation transformation, boolean uvLocked)
    • SimpleModelState

      public SimpleModelState(Transformation transformation)
  • 方法详细资料