public class BlockBuddy
extends com.smartfoxserver.v2.controllers.BaseControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_BUDDY |
static java.lang.String |
KEY_BUDDY_BLOCK_STATE |
static java.lang.String |
KEY_BUDDY_NAME |
| Constructor and Description |
|---|
BlockBuddy() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.smartfoxserver.bitswarm.io.IRequest request) |
boolean |
validate(com.smartfoxserver.bitswarm.io.IRequest request) |
public static final java.lang.String KEY_BUDDY_NAME
public static final java.lang.String KEY_BUDDY_BLOCK_STATE
public static final java.lang.String KEY_BUDDY
public boolean validate(com.smartfoxserver.bitswarm.io.IRequest request)
throws SFSRequestValidationException
SFSRequestValidationExceptionpublic void execute(com.smartfoxserver.bitswarm.io.IRequest request)
throws java.lang.Exception
java.lang.Exception