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