TeleblockState

public enum TeleblockState

The various states of teleblock 0 = not currently active 0 - 100 = not active, but immune 100 - 600 = currently active

See also

org.tribot.script.sdk.MyPlayer

MyPlayer#getTeleblockState()

Entries

ACTIVE
Link copied to clipboard
ACTIVE
IMMUNE
Link copied to clipboard
IMMUNE
NOT_ACTIVE
Link copied to clipboard
NOT_ACTIVE

Functions

valueOf
Link copied to clipboard
static MyPlayer.TeleblockState valueOf(String name)
values
Link copied to clipboard
static Array<MyPlayer.TeleblockStatevalues()