Package net.minecraft.world.level
Interface Spawner
- All Known Implementing Classes:
SpawnerBlockEntity
,TrialSpawnerBlockEntity
public interface Spawner
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendHoverText
(CustomData pCustomData, Consumer<Component> pTooltipAdder, String pSpawnDataKey) static Component
getSpawnEntityDisplayName
(CustomData pCustomData, String pSpawnDataKey) void
setEntityId
(EntityType<?> pEntityType, RandomSource pRandom)
-
Method Details
-
setEntityId
-
appendHoverText
static void appendHoverText(CustomData pCustomData, Consumer<Component> pTooltipAdder, String pSpawnDataKey) -
getSpawnEntityDisplayName
-