Class NpcDefinition
- java.lang.Object
-
- org.rspeer.game.adapter.Adapter<P>
-
- org.rspeer.game.adapter.definition.Definition<P>
-
- org.rspeer.game.adapter.definition.TransformableDefinition<RSNpcDefinition,NpcDefinition>
-
- org.rspeer.game.adapter.definition.NpcDefinition
-
- All Implemented Interfaces:
Actionable
,Identifiable
,Nameable
public class NpcDefinition extends TransformableDefinition<RSNpcDefinition,NpcDefinition>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.type.Actionable
Actionable.Query<Q extends Actionable.Query<Q>>
-
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.type.Identifiable
Identifiable.Query<Q extends Identifiable.Query<Q>>
-
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.type.Nameable
Nameable.Query<Q extends Nameable.Query<Q>>
-
-
Constructor Summary
Constructors Constructor Description NpcDefinition(RSNpcDefinition provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCombatLevel()
List<Integer>
getOverheadIcons()
List<Integer>
getOverheadIcons(boolean sprites)
int
getTileSize()
boolean
isRenderedOnMinimap()
-
Methods inherited from class org.rspeer.game.adapter.definition.TransformableDefinition
getTransformIds, getVarbitIndex, getVarpIndex, transform
-
Methods inherited from class org.rspeer.game.adapter.definition.Definition
getActions, getId, getName, getProvider, getRawActions
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rspeer.game.adapter.type.Actionable
containsAction, containsAction
-
-
-
-
Constructor Detail
-
NpcDefinition
public NpcDefinition(RSNpcDefinition provider)
-
-