Class ContraptionType

java.lang.Object
com.simibubi.create.api.contraption.ContraptionType

public final class ContraptionType extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • is

      public boolean is(net.minecraft.tags.TagKey<ContraptionType> tag)
    • fromType

      @Nullable public static Contraption fromType(String typeId)
      Lookup the ContraptionType with the given ID, and create a new Contraption from it if present. If it doesn't exist, returns null.