Uses of Enum Class
ua.mcchickenstudio.opencreative.planets.Planet.Sharing
Packages that use Planet.Sharing
Package
Description
-
Uses of Planet.Sharing in ua.mcchickenstudio.opencreative.events.planet
Methods in ua.mcchickenstudio.opencreative.events.planet that return Planet.SharingModifier and TypeMethodDescriptionPlanetSharingChangeEvent.getNewSharing()PlanetSharingChangeEvent.getOldSharing()Constructors in ua.mcchickenstudio.opencreative.events.planet with parameters of type Planet.SharingModifierConstructorDescriptionPlanetSharingChangeEvent(@NotNull Planet planet, Planet.Sharing oldSharing, Planet.Sharing newSharing) PlanetSharingChangeEvent(@NotNull Planet planet, Planet.Sharing oldSharing, Planet.Sharing newSharing, org.bukkit.entity.Player player) -
Uses of Planet.Sharing in ua.mcchickenstudio.opencreative.planets
Subclasses with type arguments of type Planet.Sharing in ua.mcchickenstudio.opencreative.planetsMethods in ua.mcchickenstudio.opencreative.planets that return Planet.SharingModifier and TypeMethodDescription@NotNull Planet.SharingPlanet.getSharing()Returns sharing mode of planet.static Planet.SharingReturns the enum constant of this class with the specified name.static Planet.Sharing[]Planet.Sharing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.planets with parameters of type Planet.SharingModifier and TypeMethodDescriptionvoidPlanet.setSharing(@NotNull Planet.Sharing sharing) Sharing is ability for players to connect to the world.