public class AgisPermissionCallback extends PermissionCallback
log, thisObj
Constructor and Description |
---|
AgisPermissionCallback(AOObject obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
acquire(AOObject acquirer)
returns true if allowed to pick up this object.
|
boolean |
destroy(AOObject destroyer)
returns true if allowed to destory this object.
|
boolean |
drop(AOObject dropInto)
returns true if allowed to drop this object.
|
boolean |
use(AOObject user)
returns if the user is allowed to use this object
CURRENTLY - you can use if you have it in inventory
|
acquireFrom, use
public AgisPermissionCallback(AOObject obj)
public boolean acquire(AOObject acquirer)
acquire
in class PermissionCallback
public boolean drop(AOObject dropInto)
drop
in class PermissionCallback
public boolean use(AOObject user)
public boolean destroy(AOObject destroyer)
destroy
in class PermissionCallback