Class World
- java.lang.Object
-
- net.eternalclient.api.wrappers.world.World
-
public final class World extends java.lang.ObjectA class representing a world.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.lang.StringgetHost()intgetId()intgetIndex()WorldLocationgetLocation()intgetLocationId()intgetMinLevel()intgetPopulation()RSWorldgetReference()WorldRegiongetRegion()java.util.EnumSet<net.eternalclient.api.data.worlds.WorldType>getTypes()inthashCode()booleanisBeta()booleanisDmm()booleanisFreshStart()booleanisHighRisk()booleanisLastManStanding()booleanisLeagues()booleanisMember()booleanisNormalized()booleanisNoSaveMode()booleanisPvp()booleanisPvpArena()booleanisQuestSpeedrunning()booleanisTargetWorld()booleanisTournamentWorld()java.lang.StringtoString()
-
-
-
Constructor Detail
-
World
public World(RSWorld reference, int minLevel)
-
-
Method Detail
-
getId
public int getId()
-
getRegion
public WorldRegion getRegion()
-
getLocation
public WorldLocation getLocation()
-
getLocationId
public int getLocationId()
-
getDescription
public java.lang.String getDescription()
-
getHost
public java.lang.String getHost()
-
getPopulation
public int getPopulation()
-
getIndex
public int getIndex()
-
getTypes
public java.util.EnumSet<net.eternalclient.api.data.worlds.WorldType> getTypes()
-
isMember
public boolean isMember()
-
isPvp
public boolean isPvp()
-
isPvpArena
public boolean isPvpArena()
-
isDmm
public boolean isDmm()
-
isHighRisk
public boolean isHighRisk()
-
isLastManStanding
public boolean isLastManStanding()
-
isLeagues
public boolean isLeagues()
-
isTargetWorld
public boolean isTargetWorld()
-
isTournamentWorld
public boolean isTournamentWorld()
-
isQuestSpeedrunning
public boolean isQuestSpeedrunning()
-
isNoSaveMode
public boolean isNoSaveMode()
-
isFreshStart
public boolean isFreshStart()
-
isBeta
public boolean isBeta()
-
isNormalized
public boolean isNormalized()
-
getReference
public RSWorld getReference()
-
getMinLevel
public int getMinLevel()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-