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 class
Prayer.Book
static class
Prayer.Modern
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Prayer.Book
getBook()
InterfaceAddress
getComponentAddress()
int
getLevel()
int
getUnlockedMaterialId()
int
getVarpValue()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getVarpValue
int getVarpValue()
-
getComponentAddress
InterfaceAddress getComponentAddress()
-
getUnlockedMaterialId
int getUnlockedMaterialId()
-
getBook
Prayer.Book getBook()
-
-