Example #1
0
 protected void showGui(Gui gui, Entity entity, Vector3D position) {
   gui.bind(entity, position);
 }
Example #2
0
 protected void closeGui(Gui gui) {
   gui.unbind();
 }