C# 클래스 fCraft.TNTTask

상속: PhysicsTask
파일 보기 프로젝트 열기: GlennMR/800craft

공개 메소드들

메소드 설명
HitPlayer ( World world, Player hitted, Player by ) : void
TNTTask ( World world, Vector3I position, Player owner, bool gun, bool particles ) : System

보호된 메소드들

메소드 설명
PerformInternal ( ) : int

비공개 메소드들

메소드 설명
CreateParticles ( ) : void
Explosion ( ) : bool
TryAddPoint ( int x, int y, int z ) : void

메소드 상세

HitPlayer() 공개 메소드

public HitPlayer ( World world, Player hitted, Player by ) : void
world World
hitted Player
by Player
리턴 void

PerformInternal() 보호된 메소드

protected PerformInternal ( ) : int
리턴 int

TNTTask() 공개 메소드

public TNTTask ( World world, Vector3I position, Player owner, bool gun, bool particles ) : System
world World
position Vector3I
owner Player
gun bool
particles bool
리턴 System