Package org.rspeer.game.component.tdi
Interface Prayer
-
- All Known Implementing Classes:
Prayer.Modern
public interface Prayer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrayer.Bookstatic classPrayer.Modern
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Prayer.BookgetBook()InterfaceAddressgetComponentAddress()intgetLevel()intgetVarpValue()booleanisUnlocked()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getVarpValue
int getVarpValue()
-
getComponentAddress
InterfaceAddress getComponentAddress()
-
isUnlocked
boolean isUnlocked()
-
getBook
Prayer.Book getBook()
-
-