-
Notifications
You must be signed in to change notification settings - Fork 4
Tuple
meganroxburgh edited this page Oct 3, 2023
·
1 revision
This class is used to eliminate the need of Maps
and HashMaps
to couple non-unique data. It is used to store the mob name and the health to be initialised with, however it has a simple implementation and can be simply expanded to possibly carry the baseAttack
.
The values of the Tuple can be retrieved with the public names Tuple.mob
and Tuple.health
.