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