public void openEditSign(TileEntitySign signTile) { signTile.setPlayer(this); this.connection.sendPacket(new SPacketSignEditorOpen(signTile.getPos())); }
/** * Creates a sign in the specified location if it didn't exist and opens the GUI to edit its text */ void handleSignEditorOpen(SPacketSignEditorOpen packetIn);