Property | Type | Description | |
---|---|---|---|
Mod | int |
Method | Description | |
---|---|---|
Begin ( Player player, |
||
Clone ( ) : IBrush | ||
End ( ) : void | ||
NextBlock ( |
||
PasteBrush ( ) : System |
Creates a new all-inclusive Paste brush.
|
|
PasteBrush ( [ blocks, bool not ) : System |
Creates a new filtering Paste or PasteNot brush.
|
Method | Description | |
---|---|---|
Mod ( int x, int m ) : int |
public Begin ( Player player, |
||
player | Player | |
op | ||
return | bool |
public NextBlock ( |
||
op | ||
return | Block |
public PasteBrush ( [ blocks, bool not ) : System | ||
blocks | [ | Array of block types for filtering. May not be null or empty. |
not | bool | Whether filtering should be inclusive (Paste) or exclusive (PasteNot). |
return | System |