Class MeshTree

java.lang.Object
dev.engine_room.flywheel.lib.model.part.MeshTree

public final class MeshTree extends Object
  • 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()
    • child

      public MeshTree child(int index)
    • childName

      public String childName(int index)
    • childIndex

      public int childIndex(String name)
    • hasChild

      public boolean hasChild(String name)
    • child

      @Nullable public @Nullable MeshTree child(String name)
    • childOrThrow

      public MeshTree childOrThrow(String name)