Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s

This commit is contained in:
Erik Broes
2011-01-11 09:25:13 +01:00
parent 75654e8db5
commit 22dab8e985
44 changed files with 770 additions and 817 deletions

View File

@@ -1,6 +1,5 @@
package net.minecraft.server;
public class Slot {
public final int a; // CraftBukkit: private -> public
@@ -8,7 +7,7 @@ public class Slot {
public int c;
public int d;
public int e;
public Slot(IInventory iinventory, int i, int j, int k) {
b = iinventory;
a = i;