I have an item X that when clicked will be splitted into 1 or more items.
So I have an ArrayList that will be returning the items but I am not sure of how to name the class of that ArrayList.
the class will hold itemName and Count.
public class WhatNameShouldItBe
{
public int itemId ...;
public int itemCount ...;
}
ArrayList<WhatNameShouldItBe> resultItems;
PS: Sorry about the question title … if you need more information let me know was not sure if anything else was needed to such a question.
Some names I was thinking about:
ExtractedItems but since it is not extracted yet doesnt sound right to me…
ResultedItems or ResultItems
ClickableItemsResult
It is a list of items that can be given to the user when they use a clickable item
English isn’t my native language, but I’ll give it a shot anyway :
SpawnedItem?