Class TeleportData

java.lang.Object
net.botwithus.rs3.game.movement.TeleportData

public class TeleportData extends Object
  • Field Details

  • Constructor Details

    • TeleportData

      public TeleportData(int interactionType, int targetId, Coordinate toTile, String optionName)
  • Method Details

    • getInteractionType

      public int getInteractionType()
    • getToTile

      public Coordinate getToTile()
    • getTargetId

      public int getTargetId()
    • getOptionName

      public String getOptionName()