Package net.minecraft.world.level
Interface Spawner
- All Known Implementing Classes:
SpawnerBlockEntity
,TrialSpawnerBlockEntity
public interface Spawner
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendHoverText
(ItemStack stack, List<Component> tooltipLines, String spawnDataKey) private static ResourceLocation
getEntityKey
(CompoundTag tag, String spawnDataKey) static Component
getSpawnEntityDisplayName
(ItemStack stack, String spawnDataKey) void
setEntityId
(EntityType<?> entityType, RandomSource random)
-
Method Details
-
setEntityId
-
appendHoverText
-
getSpawnEntityDisplayName
-
getEntityKey
-