Package net.minecraft.world.level
Interface Spawner
- All Known Implementing Classes:
SpawnerBlockEntity,TrialSpawnerBlockEntity
public interface Spawner
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendHoverText(@Nullable TypedEntityData<BlockEntityType<?>> pData, Consumer<Component> pTooltipAdder, String pKey) static @Nullable ComponentgetSpawnEntityDisplayName(@Nullable TypedEntityData<BlockEntityType<?>> pData, String pKey) voidsetEntityId(EntityType<?> pEntityType, RandomSource pRandom)
-
Method Details
-
setEntityId
-
appendHoverText
static void appendHoverText(@Nullable TypedEntityData<BlockEntityType<?>> pData, Consumer<Component> pTooltipAdder, String pKey) -
getSpawnEntityDisplayName
static @Nullable Component getSpawnEntityDisplayName(@Nullable TypedEntityData<BlockEntityType<?>> pData, String pKey)
-