This commit is contained in:
Jesse Boyd
2019-06-29 01:39:58 +10:00
parent d9906c9026
commit 55dad5a972
3 changed files with 21 additions and 18 deletions

View File

@ -846,4 +846,7 @@ public final class ItemTypes {
return ItemType.REGISTRY.getByInternalId(ordinal);
}
public static int size() {
return ItemType.REGISTRY.size();
}
}