Examples of CraftingMenu


Examples of com.mojang.ld22.screen.CraftingMenu

    xr = 3;
    yr = 2;
  }

  public boolean use(Player player, int attackDir) {
    player.game.setMenu(new CraftingMenu(Crafting.anvilRecipes, player));
    return true;
  }
View Full Code Here

Examples of com.mojang.ld22.screen.CraftingMenu

    xr = 3;
    yr = 2;
  }

  public boolean use(Player player, int attackDir) {
    player.game.setMenu(new CraftingMenu(Crafting.workbenchRecipes, player));
    return true;
  }
View Full Code Here

Examples of com.mojang.ld22.screen.CraftingMenu

    xr = 3;
    yr = 2;
  }

  public boolean use(Player player, int attackDir) {
    player.game.setMenu(new CraftingMenu(Crafting.ovenRecipes, player));
    return true;
  }
View Full Code Here

Examples of com.mojang.ld22.screen.CraftingMenu

    xr = 3;
    yr = 2;
  }

  public boolean use(Player player, int attackDir) {
    player.game.setMenu(new CraftingMenu(Crafting.furnaceRecipes, player));
    return true;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.