Class Respawn

java.lang.Object
net.md_5.bungee.protocol.DefinedPacket
net.md_5.bungee.protocol.packet.Respawn

public class Respawn extends DefinedPacket
  • Constructor Details

    • 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, int portalCooldown)
  • Method Details

    • read

      public void read(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)
      Overrides:
      read in class DefinedPacket
    • write

      public void write(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)
      Overrides:
      write in class DefinedPacket
    • handle

      public void handle(AbstractPacketHandler handler) throws Exception
      Specified by:
      handle in class DefinedPacket
      Throws:
      Exception
    • 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()
    • getPortalCooldown

      public int getPortalCooldown()
    • 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)
    • setPortalCooldown

      public void setPortalCooldown(int portalCooldown)
    • toString

      public String toString()
      Specified by:
      toString in class DefinedPacket
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class DefinedPacket
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class DefinedPacket