public class Context extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Context.Switch |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Context.Switch |
getCache() |
Map<String,CacheX> |
getCaches() |
Context.Switch |
getPrevent() |
Shooting |
getShooting() |
boolean |
isPreventOn() |
static Context |
newConfig(Map<String,CacheX> caches) |
void |
setCache(Context.Switch cache) |
void |
setCaches(Map<String,CacheX> caches) |
void |
setPrevent(Context.Switch prevent) |
void |
setShooting(Shooting shooting) |
public boolean isPreventOn()
public Shooting getShooting()
public void setShooting(Shooting shooting)
public Context.Switch getCache()
public void setCache(Context.Switch cache)
public Context.Switch getPrevent()
public void setPrevent(Context.Switch prevent)
Copyright © 2020. All rights reserved.