public abstract class Modeled<C extends org.osbot.core.accessor.Adapter<?>> extends RS07Wrapper<C>
Modifier and Type | Field and Description |
---|---|
Model |
model |
boolean |
prioritized |
Modifier and Type | Method and Description |
---|---|
abstract Animable<?> |
getAnimable()
Gets the
Animable instance. |
int |
getHeight()
Gets the height of the model.
|
Model |
getModel()
|
boolean |
isPrioritized()
Checks if the model is prioritized
|
void |
setPrioritized(boolean prioritized)
Sets the model priorization
|
void |
updateModel(Model model)
Updates the model
|
getClient, getMethods
public boolean prioritized
public Model model
public Modeled(C accessor)
accessor
- The Adapter
instancepublic boolean isPrioritized()
public void setPrioritized(boolean prioritized)
prioritized
- the priorizationpublic void updateModel(Model model)
model
- the model to updatepublic int getHeight()