C# 클래스 MiningGameServer.Blocks.BlockPistonBase

상속: Block
파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
BlockPistonBase ( ) : System
ClosePiston ( int x, int y, PistonFlags direction ) : void
OnBlockPlaced ( int x, int y, bool notify, NetworkPlayer placer = null ) : void
OnBlockRemoved ( int x, int y ) : void
OnBlockUsed ( int x, int y, NetworkPlayer user ) : void
OpenPiston ( int x, int y, PistonFlags direction ) : bool

메소드 상세

BlockPistonBase() 공개 메소드

public BlockPistonBase ( ) : System
리턴 System

ClosePiston() 공개 메소드

public ClosePiston ( int x, int y, PistonFlags direction ) : void
x int
y int
direction PistonFlags
리턴 void

OnBlockPlaced() 공개 메소드

public OnBlockPlaced ( int x, int y, bool notify, NetworkPlayer placer = null ) : void
x int
y int
notify bool
placer MiningGameServer.NetworkPlayer
리턴 void

OnBlockRemoved() 공개 메소드

public OnBlockRemoved ( int x, int y ) : void
x int
y int
리턴 void

OnBlockUsed() 공개 메소드

public OnBlockUsed ( int x, int y, NetworkPlayer user ) : void
x int
y int
user MiningGameServer.NetworkPlayer
리턴 void

OpenPiston() 공개 메소드

public OpenPiston ( int x, int y, PistonFlags direction ) : bool
x int
y int
direction PistonFlags
리턴 bool