Class DefaultModelTypes

java.lang.Object
com.supermartijn642.fusion.api.model.DefaultModelTypes

public class DefaultModelTypes extends Object
Contains references to the default model types provided by Fusion.

Created 29/04/2023 by SuperMartijn642

  • Field Details

    • VANILLA

      public static final ModelType<net.minecraft.client.renderer.block.model.BlockModel> VANILLA
      Model type used for vanilla BlockModel instances.
    • UNKNOWN

      public static final ModelType<net.minecraft.client.resources.model.UnbakedModel> UNKNOWN
      Model type used for any unknown models added by other mods.
    • CONNECTING

      public static final ModelType<Pair<net.minecraft.client.renderer.block.model.BlockModel,List<ConnectionPredicate>>> CONNECTING
      Model type which allows for connecting textures.
      See Also:
  • Constructor Details

    • DefaultModelTypes

      public DefaultModelTypes()