GuiElement.setClickable() and GuiElement.isClickable() are not public (most other GuiElement methods are public). I assume there is a reason for this, but I cannot figure it out (also considering that all GuiElement sub-classes expose these methods) and this makes rather complex to set a generic GuiElement as clickable (or not).
Can somebody of the dev team elaborate a little on this point? Thanks!