C# Class Sharpcraft.Networking.Packets.RespawnPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Creative sbyte
Difficulty sbyte
Dimension int
Dimension sbyte
LevelType string
MapSeed System.Int64
WorldHeight System.Int16
WorldHeight short

Public Methods

Method Description
RespawnPacket ( Int32 dimension, sbyte difficulty, sbyte creative, short height, string levelType = null ) : System
RespawnPacket ( sbyte dimension, sbyte difficulty, sbyte creative, short height, long seed, string levelType = null ) : System

Method Details

RespawnPacket() public method

public RespawnPacket ( Int32 dimension, sbyte difficulty, sbyte creative, short height, string levelType = null ) : System
dimension System.Int32
difficulty sbyte
creative sbyte
height short
levelType string
return System

RespawnPacket() public method

public RespawnPacket ( sbyte dimension, sbyte difficulty, sbyte creative, short height, long seed, string levelType = null ) : System
dimension sbyte
difficulty sbyte
creative sbyte
height short
seed long
levelType string
return System

Property Details

Creative public property

public sbyte Creative
return sbyte

Difficulty public property

public sbyte Difficulty
return sbyte

Dimension public property

public int Dimension
return int

Dimension public property

public sbyte Dimension
return sbyte

LevelType public property

public string LevelType
return string

MapSeed public property

public Int64,System MapSeed
return System.Int64

WorldHeight public property

public Int16,System WorldHeight
return System.Int16

WorldHeight public property

public short WorldHeight
return short