Class UFabricSpawnEggItem.Creator

java.lang.Object
info.u_team.u_team_core.item.UFabricSpawnEggItem.Creator
All Implemented Interfaces:
SpawnEggCreator.Creator
Enclosing class:
UFabricSpawnEggItem

public static class UFabricSpawnEggItem.Creator extends Object implements SpawnEggCreator.Creator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Creator

      public Creator()
  • Method Details

    • create

      public 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)
      Specified by:
      create in interface SpawnEggCreator.Creator