Méthode | Description | |
---|---|---|
CanPlacePortal ( int x, int y, int z, |
||
HitPlayer ( |
||
ModifyDirection ( Vector3F &direction, Block currentBlock ) : void | ||
VisitBlock ( |
public static CanPlacePortal ( int x, int y, int z, |
||
x | int | |
y | int | |
z | int | |
map | ||
Résultat | bool |
public HitPlayer ( |
||
world | ||
pos | Vector3I | |
hitted | ||
by | ||
restDistance | int | |
updates | IList |
|
Résultat | void |
public ModifyDirection ( Vector3F &direction, Block currentBlock ) : void | ||
direction | Vector3F | |
currentBlock | Block | |
Résultat | void |
public VisitBlock ( |
||
world | ||
pos | Vector3I | |
block | Block | |
owner | ||
restDistance | int | |
updates | IList |
|
sending | Block | |
Résultat | bool |