Updated to Minecraft 1.1

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
CraftBukkit/Spigot
2012-01-12 23:10:13 +01:00
parent f8ed5eb56f
commit ef2f82b9d2
4 changed files with 18 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ public class LongHashset extends LongHash {
}
}
public int size() {
return count;
}
public void add(int msw, int lsw) {
add(toLong(msw, lsw));
}