类 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

      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