Class PlanetaryWorld

Direct Known Subclasses:
AlienWorld, Earth

public abstract class PlanetaryWorld extends PlanetaryObject
Any world that can be travelled to by rockets or other means this should only be used to allow worlds from vanilla or other plugins to be travelled to, if you want to make your own world use SimpleAlienWorld or AlienWorld
See Also:
  • Constructor Details

  • Method Details

    • register

      public final void register(@Nonnull io.github.thebusybiscuit.slimefun5.api.SlimefunAddon addon)
    • isRegistered

      public final boolean isRegistered()
    • loadWorld

      @Nullable protected abstract org.bukkit.World loadWorld()
    • worldStorage

      @Nonnull public final org.bukkit.persistence.PersistentDataHolder worldStorage()
    • enabled

      public final boolean enabled()
    • registerGEOResource

      public void registerGEOResource(io.github.thebusybiscuit.slimefun5.api.geo.GEOResource resource)
    • world

      public org.bukkit.World world()
    • addon

      public io.github.thebusybiscuit.slimefun5.api.SlimefunAddon addon()
    • resources

      public Set<io.github.thebusybiscuit.slimefun5.api.geo.GEOResource> resources()