Class Respawn

    • Constructor Detail

      • Respawn

        public Respawn()
      • Respawn

        public Respawn​(Object dimension,
                       String worldName,
                       long seed,
                       short difficulty,
                       short gameMode,
                       short previousGameMode,
                       String levelType,
                       boolean debug,
                       boolean flat,
                       boolean copyMeta,
                       Location deathLocation)
    • Method Detail

      • getDimension

        public Object getDimension()
      • getWorldName

        public String getWorldName()
      • getSeed

        public long getSeed()
      • getDifficulty

        public short getDifficulty()
      • getGameMode

        public short getGameMode()
      • getPreviousGameMode

        public short getPreviousGameMode()
      • getLevelType

        public String getLevelType()
      • isDebug

        public boolean isDebug()
      • isFlat

        public boolean isFlat()
      • isCopyMeta

        public boolean isCopyMeta()
      • getDeathLocation

        public Location getDeathLocation()
      • setDimension

        public void setDimension​(Object dimension)
      • setWorldName

        public void setWorldName​(String worldName)
      • setSeed

        public void setSeed​(long seed)
      • setDifficulty

        public void setDifficulty​(short difficulty)
      • setGameMode

        public void setGameMode​(short gameMode)
      • setPreviousGameMode

        public void setPreviousGameMode​(short previousGameMode)
      • setLevelType

        public void setLevelType​(String levelType)
      • setDebug

        public void setDebug​(boolean debug)
      • setFlat

        public void setFlat​(boolean flat)
      • setCopyMeta

        public void setCopyMeta​(boolean copyMeta)
      • setDeathLocation

        public void setDeathLocation​(Location deathLocation)
      • canEqual

        protected boolean canEqual​(Object other)