Interface ExclusiveGEOResource
- All Superinterfaces:
io.github.thebusybiscuit.slimefun5.api.geo.GEOResource, io.github.thebusybiscuit.slimefun5.libraries.keys.Keyed
public interface ExclusiveGEOResource
extends io.github.thebusybiscuit.slimefun5.api.geo.GEOResource
A resource that is exclusive to certain
PlanetaryWorlds-
Method Summary
Modifier and TypeMethodDescriptionReturns thePlanetaryWorlds that this resource is exclusive todefault voidregister()Methods inherited from interface io.github.thebusybiscuit.slimefun5.api.geo.GEOResource
getDefaultSupply, getItem, getMaxDeviation, getName, getName, isObtainableFromGEOMinerMethods inherited from interface io.github.thebusybiscuit.slimefun5.libraries.keys.Keyed
getKey
-
Method Details
-
getWorlds
Returns thePlanetaryWorlds that this resource is exclusive to- Returns:
- a
SetofPlanetaryWorlds. The set must be treated as immutable
-
register
default void register()- Specified by:
registerin interfaceio.github.thebusybiscuit.slimefun5.api.geo.GEOResource
-