@Override
protected void actionPerformed(GuiButton button) {
switch(button.id) {
case 2:
CommonPacketHandler.INSTANCE.sendToServer(new ControlRodChangeNameMessage(entity.xCoord, entity.yCoord, entity.zCoord, this.rodName.getText()));
this.rodName.setFocused(false);
break;
case 0:
case 1:
default: