Java 类net.minecraft.server.IRecipe 实例源码

项目:CraftBukkit    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}
项目:Craftbukkit    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}
项目:Almura-Server    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}
项目:Tweakkit-Server    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}
项目:SpigotSource    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}
项目:Craft-city    文件:CraftInventoryCrafting.java   
public Recipe getRecipe() {
    IRecipe recipe = ((InventoryCrafting)getInventory()).currentRecipe;
    return recipe == null ? null : recipe.toBukkitRecipe();
}