protected void showGui(Gui gui, Entity entity, Vector3D position) { gui.bind(entity, position); }
protected void closeGui(Gui gui) { gui.unbind(); }