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

상속: Packet
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 프로퍼티들

프로퍼티 타입 설명
Action sbyte
Custom1 int
Custom2 int
Custom3 int
X int
Y short
Z int

공개 메소드들

메소드 설명
UpdateTileEntityPacket ( Int32 x, Int16 y, Int32 z, sbyte action, Int32 custom1, Int32 custom2, Int32 custom3 ) : System

메소드 상세

UpdateTileEntityPacket() 공개 메소드

public UpdateTileEntityPacket ( Int32 x, Int16 y, Int32 z, sbyte action, Int32 custom1, Int32 custom2, Int32 custom3 ) : System
x System.Int32
y System.Int16
z System.Int32
action sbyte
custom1 System.Int32
custom2 System.Int32
custom3 System.Int32
리턴 System

프로퍼티 상세

Action 공개적으로 프로퍼티

public sbyte Action
리턴 sbyte

Custom1 공개적으로 프로퍼티

public int Custom1
리턴 int

Custom2 공개적으로 프로퍼티

public int Custom2
리턴 int

Custom3 공개적으로 프로퍼티

public int Custom3
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public short Y
리턴 short

Z 공개적으로 프로퍼티

public int Z
리턴 int