Package info.u_team.u_team_core.item
Interface SpawnEggCreator.Creator
- All Known Implementing Classes:
UFabricSpawnEggItem.Creator
- Enclosing class:
- SpawnEggCreator
public static interface SpawnEggCreator.Creator
-
Method Summary
-
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)
-