The prototype for the HypixelBedWars class is almost done. It uses a HypixelBedWarsMode to regulate it's game modes. It also uses a HypixelBedWarsStats class to moderate each mode and retrieve information about overall BedWars information. If possible, this pattern should be replicated to other HypixelGame's with sub-modes. If not, a stand alone class with methods to retrieve information should be adequate.
The prototype for the
HypixelBedWarsclass is almost done. It uses aHypixelBedWarsModeto regulate it's game modes. It also uses aHypixelBedWarsStatsclass to moderate eachmodeand retrieve information about overall BedWars information. If possible, this pattern should be replicated to otherHypixelGame's with sub-modes. If not, a stand alone class with methods to retrieve information should be adequate.