public class Masks extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Masks()
protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
putOn(int face,
int... masks)
Puts all specified
masks on to given face. |
static int |
putOn(int face,
int mask)
Puts specified
mask on to given face. |
static int |
takeOff(int face,
int... masks)
Takes all specified
masks off from given face. |
static int |
takeOff(int face,
int mask)
Takes specified
mask off from given face. |
public static int putOn(int face,
int mask)
mask on to given face.face - current face.mask - mask to put on.mask on.public static int putOn(int face,
int... masks)
masks on to given face.face - current facemasks - masks to put onmasks on.public static int takeOff(int face,
int mask)
mask off from given face.face - current facemask - the mask to take offmask off.public static int takeOff(int face,
int... masks)
masks off from given face.face - current facemasks - masks to take offmasks off.Copyright © 2011-2013. All Rights Reserved.