Get the formatted ChatComponent that will be used for the sender's username in chat
()
| 2651 | * Get the formatted ChatComponent that will be used for the sender's username in chat |
| 2652 | */ |
| 2653 | public IChatComponent getDisplayName() |
| 2654 | { |
| 2655 | ChatComponentText chatcomponenttext = new ChatComponentText(this.getCommandSenderName()); |
| 2656 | chatcomponenttext.getChatStyle().setChatHoverEvent(this.getHoverEvent()); |
| 2657 | chatcomponenttext.getChatStyle().setInsertion(this.getUniqueID().toString()); |
| 2658 | return chatcomponenttext; |
| 2659 | } |
| 2660 | |
| 2661 | /** |
| 2662 | * Sets the custom name tag for this entity |
no test coverage detected