public class BattleMessageEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.Entity |
target
The entity being messaged.
|
net.minecraft.util.text.TranslationTextComponent |
textComponent
The message being sent, as a
TranslationTextComponent. |
| Constructor and Description |
|---|
BattleMessageEvent(net.minecraft.entity.Entity target,
net.minecraft.util.text.TranslationTextComponent textComponent) |