C# 클래스 Sharpcraft.Networking.Packets.RespawnPacket

상속: Packet
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Creative sbyte
Difficulty sbyte
Dimension int
Dimension sbyte
LevelType string
MapSeed System.Int64
WorldHeight System.Int16
WorldHeight short

공개 메소드들

메소드 설명
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

메소드 상세

RespawnPacket() 공개 메소드

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
리턴 System

RespawnPacket() 공개 메소드

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
리턴 System

프로퍼티 상세

Creative 공개적으로 프로퍼티

public sbyte Creative
리턴 sbyte

Difficulty 공개적으로 프로퍼티

public sbyte Difficulty
리턴 sbyte

Dimension 공개적으로 프로퍼티

public int Dimension
리턴 int

Dimension 공개적으로 프로퍼티

public sbyte Dimension
리턴 sbyte

LevelType 공개적으로 프로퍼티

public string LevelType
리턴 string

MapSeed 공개적으로 프로퍼티

public Int64,System MapSeed
리턴 System.Int64

WorldHeight 공개적으로 프로퍼티

public Int16,System WorldHeight
리턴 System.Int16

WorldHeight 공개적으로 프로퍼티

public short WorldHeight
리턴 short