@@ -41,17 +41,3 @@
|
||||
public static class a implements RecipeSerializer<FurnaceRecipe> {
|
||||
|
||||
public a() {}
|
||||
@@ -106,11 +133,11 @@
|
||||
return "smelting";
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) {
|
||||
+ public FurnaceRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, packetdataserializer);
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) {
|
||||
+ public FurnaceRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, jsonobject);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user