Interface ItemModelGeneratorsExt

All Known Implementing Classes:
ItemModelGeneratorsMixin

public interface ItemModelGeneratorsExt
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.data.models.model.ModelTemplate
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    createSpawnEgg(Supplier<? extends net.minecraft.world.level.ItemLike> item)
     
  • Field Details

    • SPAWN_EGG_TEMPLATE

      static final net.minecraft.data.models.model.ModelTemplate SPAWN_EGG_TEMPLATE
  • Method Details

    • createSpawnEgg

      default void createSpawnEgg(Supplier<? extends net.minecraft.world.level.ItemLike> item)