Package net.minecraft.world.level
Interface Spawner
- All Known Implementing Classes:
SpawnerBlockEntity
,TrialSpawnerBlockEntity
public interface Spawner
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendHoverText
(ItemStack pStack, List<Component> pTooltipLines, String pSpawnDataKey) private static ResourceLocation
getEntityKey
(CompoundTag pTag, String pSpawnDataKey) static Component
getSpawnEntityDisplayName
(ItemStack pStack, String pSpawnDataKey) void
setEntityId
(EntityType<?> pEntityType, RandomSource pRandom)
-
Method Details
-
setEntityId
-
appendHoverText
-
getSpawnEntityDisplayName
-
getEntityKey
-