Class Galaxy
java.lang.Object
io.github.addoncommunity.galactifun.api.universe.UniversalObject
io.github.addoncommunity.galactifun.api.universe.Galaxy
A galaxy filled with star systems
-
Field Summary
Fields inherited from class UniversalObject
id, orbitLevel -
Constructor Summary
ConstructorsConstructorDescriptionGalaxy(String name, GalaxyType type, Orbit orbit, TheUniverse orbiting, org.bukkit.inventory.ItemStack baseItem) -
Method Summary
Methods inherited from class UniversalObject
distanceTo, hashCode, id, item, name, orbit, orbiters, orbiting
-
Constructor Details
-
Galaxy
public Galaxy(String name, GalaxyType type, Orbit orbit, TheUniverse orbiting, org.bukkit.inventory.ItemStack baseItem)
-