public ItemEntry(String name, String type, Item.ClassificationType classification, UInt16 width, UInt16 height, Boolean stackable, Boolean usable, Boolean throwable) { Name = name; Type = type; Classification = classification; Width = width; Height = height; Stackable = stackable; Usable = usable; Throwable = throwable; }