Package net.minecraft.world.level
Interface Spawner
- All Known Implementing Classes:
SpawnerBlockEntity,TrialSpawnerBlockEntity
public interface Spawner
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendHoverText(CustomData customData, Consumer<Component> tooltipAdder, String spawnDataKey) static ComponentgetSpawnEntityDisplayName(CustomData customData, String spawnDataKey) voidsetEntityId(EntityType<?> entityType, RandomSource random)
-
Method Details
-
setEntityId
-
appendHoverText
static void appendHoverText(CustomData customData, Consumer<Component> tooltipAdder, String spawnDataKey) -
getSpawnEntityDisplayName
-