Skip to content
meganroxburgh edited this page Oct 3, 2023 · 1 revision

Introduction

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.

Usage

The values of the Tuple can be retrieved with the public names Tuple.mob and Tuple.health.

Clone this wiki locally