Package net.runelite.api
Class GraphicID
- java.lang.Object
-
- net.runelite.api.GraphicID
-
public final class GraphicID extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAKE_PIE
static int
BIND
static int
BOOK_HOME_TELEPORT_1
static int
BOOK_HOME_TELEPORT_2
static int
BOOK_HOME_TELEPORT_3
static int
BOOK_HOME_TELEPORT_4
static int
CANNONBALL
static int
CANNONBALL_OR
static int
ENTANGLE
static int
FLYING_FISH
static int
GRANITE_CANNONBALL
static int
GRANITE_CANNONBALL_OR
static int
GRAPHICS_OBJECT_ROCKFALL
static int
GREY_BUBBLE_TELEPORT
static int
ICE_BARRAGE
static int
ICE_BLITZ
static int
ICE_BURST
static int
ICE_RUSH
static int
MAGE_NYLO_DEATH
static int
MAGE_NYLO_EXPLOSION
static int
MELEE_NYLO_DEATH
static int
MELEE_NYLO_EXPLOSION
static int
NPC_CONTACT
static int
POT_SHARE
static int
RANGE_NYLO_DEATH
static int
RANGE_NYLO_EXPLOSION
static int
SNARE
static int
SPLASH
static int
STAFF_OF_THE_DEAD
static int
TELEKINETIC_SPELL
static int
TELEPORT
static int
VENGEANCE
static int
VENGEANCE_OTHER
static int
WINE_MAKE
static int
ZALCANO_PROJECTILE_FIREBALL
-
Constructor Summary
Constructors Constructor Description GraphicID()
-
-
-
Field Detail
-
WINE_MAKE
public static final int WINE_MAKE
- See Also:
- Constant Field Values
-
CANNONBALL
public static final int CANNONBALL
- See Also:
- Constant Field Values
-
SPLASH
public static final int SPLASH
- See Also:
- Constant Field Values
-
GREY_BUBBLE_TELEPORT
public static final int GREY_BUBBLE_TELEPORT
- See Also:
- Constant Field Values
-
TELEPORT
public static final int TELEPORT
- See Also:
- Constant Field Values
-
TELEKINETIC_SPELL
public static final int TELEKINETIC_SPELL
- See Also:
- Constant Field Values
-
ENTANGLE
public static final int ENTANGLE
- See Also:
- Constant Field Values
-
SNARE
public static final int SNARE
- See Also:
- Constant Field Values
-
BIND
public static final int BIND
- See Also:
- Constant Field Values
-
ICE_RUSH
public static final int ICE_RUSH
- See Also:
- Constant Field Values
-
ICE_BURST
public static final int ICE_BURST
- See Also:
- Constant Field Values
-
ICE_BLITZ
public static final int ICE_BLITZ
- See Also:
- Constant Field Values
-
ICE_BARRAGE
public static final int ICE_BARRAGE
- See Also:
- Constant Field Values
-
VENGEANCE_OTHER
public static final int VENGEANCE_OTHER
- See Also:
- Constant Field Values
-
VENGEANCE
public static final int VENGEANCE
- See Also:
- Constant Field Values
-
NPC_CONTACT
public static final int NPC_CONTACT
- See Also:
- Constant Field Values
-
POT_SHARE
public static final int POT_SHARE
- See Also:
- Constant Field Values
-
BAKE_PIE
public static final int BAKE_PIE
- See Also:
- Constant Field Values
-
BOOK_HOME_TELEPORT_1
public static final int BOOK_HOME_TELEPORT_1
- See Also:
- Constant Field Values
-
BOOK_HOME_TELEPORT_2
public static final int BOOK_HOME_TELEPORT_2
- See Also:
- Constant Field Values
-
BOOK_HOME_TELEPORT_3
public static final int BOOK_HOME_TELEPORT_3
- See Also:
- Constant Field Values
-
BOOK_HOME_TELEPORT_4
public static final int BOOK_HOME_TELEPORT_4
- See Also:
- Constant Field Values
-
STAFF_OF_THE_DEAD
public static final int STAFF_OF_THE_DEAD
- See Also:
- Constant Field Values
-
FLYING_FISH
public static final int FLYING_FISH
- See Also:
- Constant Field Values
-
GRANITE_CANNONBALL
public static final int GRANITE_CANNONBALL
- See Also:
- Constant Field Values
-
MELEE_NYLO_DEATH
public static final int MELEE_NYLO_DEATH
- See Also:
- Constant Field Values
-
RANGE_NYLO_DEATH
public static final int RANGE_NYLO_DEATH
- See Also:
- Constant Field Values
-
MAGE_NYLO_DEATH
public static final int MAGE_NYLO_DEATH
- See Also:
- Constant Field Values
-
MELEE_NYLO_EXPLOSION
public static final int MELEE_NYLO_EXPLOSION
- See Also:
- Constant Field Values
-
RANGE_NYLO_EXPLOSION
public static final int RANGE_NYLO_EXPLOSION
- See Also:
- Constant Field Values
-
MAGE_NYLO_EXPLOSION
public static final int MAGE_NYLO_EXPLOSION
- See Also:
- Constant Field Values
-
GRAPHICS_OBJECT_ROCKFALL
public static final int GRAPHICS_OBJECT_ROCKFALL
- See Also:
- Constant Field Values
-
ZALCANO_PROJECTILE_FIREBALL
public static final int ZALCANO_PROJECTILE_FIREBALL
- See Also:
- Constant Field Values
-
CANNONBALL_OR
public static final int CANNONBALL_OR
- See Also:
- Constant Field Values
-
GRANITE_CANNONBALL_OR
public static final int GRANITE_CANNONBALL_OR
- See Also:
- Constant Field Values
-
-