Uses of Class
net.minecraft.item.SpawnEggItem
-
Packages that use SpawnEggItem Package Description net.minecraft.item net.minecraftforge.common -
-
Uses of SpawnEggItem in net.minecraft.item
Fields in net.minecraft.item with type parameters of type SpawnEggItem Modifier and Type Field Description private static java.util.Map<EntityType<?>,SpawnEggItem>
SpawnEggItem. BY_ID
Methods in net.minecraft.item that return SpawnEggItem Modifier and Type Method Description static SpawnEggItem
SpawnEggItem. byId(EntityType<?> p_200889_0_)
Deprecated.Forge: callForgeSpawnEggItem.fromEntityType(EntityType)
insteadMethods in net.minecraft.item that return types with arguments of type SpawnEggItem Modifier and Type Method Description static java.lang.Iterable<SpawnEggItem>
SpawnEggItem. eggs()
-
Uses of SpawnEggItem in net.minecraftforge.common
Subclasses of SpawnEggItem in net.minecraftforge.common Modifier and Type Class Description class
ForgeSpawnEggItem
Methods in net.minecraftforge.common that return SpawnEggItem Modifier and Type Method Description static SpawnEggItem
ForgeSpawnEggItem. fromEntityType(EntityType<?> type)
-