C# Class Sharpcraft.Networking.Packets.RespawnPacket

Inheritance: Packet
Exibir arquivo 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_oe property

public sbyte Creative
return sbyte

Difficulty public_oe property

public sbyte Difficulty
return sbyte

Dimension public_oe property

public int Dimension
return int

Dimension public_oe property

public sbyte Dimension
return sbyte

LevelType public_oe property

public string LevelType
return string

MapSeed public_oe property

public Int64,System MapSeed
return System.Int64

WorldHeight public_oe property

public Int16,System WorldHeight
return System.Int16

WorldHeight public_oe property

public short WorldHeight
return short