MONSTER_KILLING
Monster killing teleport.
final String name
The name of the teleport.
String getName()
Gets the name of the teleport.
final String[] strings
The information strings of the teleport.
String[] getStrings()
Gets the information strings of the teleport.
int[] getDisplay()
Gets the npc display of the itemcontainer.
Position getPosition()
Gets the position of the teleport.
final Position position
The position of the teleport.
final int[] items
The item display of the teleport.
final boolean special
If the teleport is a special case.
final TeleportType type
The type of the teleport.
Teleport(String name, TeleportType type, Position position, boolean special, int[] items, String... strings)
Creates a new Teleport.
TeleportType getType()
Gets the type of the teleport.
boolean isSpecial()
If the teleport is a special case.