public final class MeshTree
extends Object
-
Method Summary
int
int
boolean
net.minecraft.client.model.geom.PartPose
of(net.minecraft.client.model.geom.ModelLayerLocation layer)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static MeshTree of(net.minecraft.client.model.geom.ModelLayerLocation layer)
-
mesh
@Nullable
public @Nullable Mesh mesh()
-
initialPose
public net.minecraft.client.model.geom.PartPose initialPose()
-
childCount
public int childCount()
-
-
childName
public String childName(int index)
-
childIndex
public int childIndex(String name)
-
hasChild
public boolean hasChild(String name)
-
-