Ha thought of something

classes and methods are: ClassOne(initializes everythin(bigBang)
updates everything daily(dayliUpdate)
//feed creepers, update age and weight
get statistics of a desired cell(getCellStats))
Cell(get and set for amountOfFood(still confusing)
add creeper to the cell(addCreeper)
feed the creature(feedCreeper)
provide cell statistics(CEllSTATS is a class of its own with get and set for numFood, numCreepers! this method cretes an instance of CellStats class, then sets amountOfFood, count creepers and set it into CellStats)
Thought this might explain the flow of things-------