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_IDMethods in net.minecraft.item that return SpawnEggItem Modifier and Type Method Description static SpawnEggItemSpawnEggItem. 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 classForgeSpawnEggItemMethods in net.minecraftforge.common that return SpawnEggItem Modifier and Type Method Description static SpawnEggItemForgeSpawnEggItem. fromEntityType(EntityType<?> type)
-