Interface SpawnEggCreator.Creator

All Known Implementing Classes:
UFabricSpawnEggItem.Creator
Enclosing class:
SpawnEggCreator

public static interface SpawnEggCreator.Creator
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.SpawnEggItem
    create(net.minecraft.world.item.Item.Properties properties, Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.Mob>> entityType, int backgroundColor, int highlightColor)
     
  • Method Details

    • create

      net.minecraft.world.item.SpawnEggItem create(net.minecraft.world.item.Item.Properties properties, Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.Mob>> entityType, int backgroundColor, int highlightColor)