Class ModelTrees

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

public final class ModelTrees extends Object
  • Method Details

    • of

      public static ModelTree of(net.minecraft.client.model.geom.ModelLayerLocation layer, Material material)
    • of

      public static ModelTree of(net.minecraft.client.model.geom.ModelLayerLocation layer, net.minecraft.client.resources.model.Material texture, Material material)
    • of

      public static ModelTree of(net.minecraft.client.model.geom.ModelLayerLocation layer, Set<String> pathsToPrune, Material material)
    • of

      public static ModelTree of(net.minecraft.client.model.geom.ModelLayerLocation layer, Set<String> pathsToPrune, net.minecraft.client.resources.model.Material texture, Material material)