Package net.minecraft.block.entity
Interface Spawner
- All Known Implementing Classes:
MobSpawnerBlockEntity,TrialSpawnerBlockEntity
public interface Spawner
- Mappings:
Namespace Name named net/minecraft/block/entity/Spawnerintermediary net/minecraft/class_8959official dsl
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendSpawnDataToTooltip(@Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, Consumer<Text> textConsumer, String spawnDataKey) getSpawnedEntityText(@Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, String spawnDataKey) voidsetEntityType(EntityType<?> type, Random random)
-
Method Details
-
setEntityType
- Mappings:
Namespace Name Mixin selector named setEntityTypeLnet/minecraft/block/entity/Spawner;setEntityType(Lnet/minecraft/entity/EntityType;Lnet/minecraft/util/math/random/Random;)Vintermediary method_46408Lnet/minecraft/class_8959;method_46408(Lnet/minecraft/class_1299;Lnet/minecraft/class_5819;)Vofficial aLdsl;a(Lcee;Lbfq;)V
-
appendSpawnDataToTooltip
static void appendSpawnDataToTooltip(@Nullable @Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, Consumer<Text> textConsumer, String spawnDataKey) - Mappings:
Namespace Name Mixin selector named appendSpawnDataToTooltipLnet/minecraft/block/entity/Spawner;appendSpawnDataToTooltip(Lnet/minecraft/entity/TypedEntityData;Ljava/util/function/Consumer;Ljava/lang/String;)Vintermediary method_55121Lnet/minecraft/class_8959;method_55121(Lnet/minecraft/class_11580;Ljava/util/function/Consumer;Ljava/lang/String;)Vofficial aLdsl;a(Ldkw;Ljava/util/function/Consumer;Ljava/lang/String;)V
-
getSpawnedEntityText
@Nullable static @Nullable Text getSpawnedEntityText(@Nullable @Nullable TypedEntityData<BlockEntityType<?>> nbtComponent, String spawnDataKey) - Mappings:
Namespace Name Mixin selector named getSpawnedEntityTextLnet/minecraft/block/entity/Spawner;getSpawnedEntityText(Lnet/minecraft/entity/TypedEntityData;Ljava/lang/String;)Lnet/minecraft/text/Text;intermediary method_55120Lnet/minecraft/class_8959;method_55120(Lnet/minecraft/class_11580;Ljava/lang/String;)Lnet/minecraft/class_2561;official aLdsl;a(Ldkw;Ljava/lang/String;)Lxx;
-