Class QuestsSidePanel
- java.lang.Object
-
- net.egartley.beyondorigins.core.abstracts.Renderable
-
- net.egartley.beyondorigins.core.ui.UIElement
-
- net.egartley.beyondorigins.core.ui.QuestsSidePanel
-
-
Field Summary
Fields Modifier and Type Field Description private static org.newdawn.slick.Image
checkboxCheckedImage
private static org.newdawn.slick.Image
checkboxImage
private static org.newdawn.slick.Color
descriptionColor
private static org.newdawn.slick.Font
descriptionFont
private java.lang.String[]
descriptionLines
private static org.newdawn.slick.Color
objectiveDescriptionColor
private static org.newdawn.slick.Font
objectiveDescriptionFont
private java.util.ArrayList<java.lang.String[]>
objectiveLines
private static org.newdawn.slick.Color
objectiveTitleColor
private static org.newdawn.slick.Font
objectiveTitleFont
private Quest
quest
private static org.newdawn.slick.Color
titleColor
private static org.newdawn.slick.Font
titleFont
-
Constructor Summary
Constructors Constructor Description QuestsSidePanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Quest
getQuest()
void
render(org.newdawn.slick.Graphics graphics)
void
setQuest(Quest quest)
void
tick()
-
Methods inherited from class net.egartley.beyondorigins.core.ui.UIElement
isClickInBounds
-
Methods inherited from class net.egartley.beyondorigins.core.abstracts.Renderable
setPosition, x, x, y, y
-
-
-
-
Field Detail
-
quest
private Quest quest
-
descriptionLines
private java.lang.String[] descriptionLines
-
objectiveLines
private java.util.ArrayList<java.lang.String[]> objectiveLines
-
titleFont
private static final org.newdawn.slick.Font titleFont
-
descriptionFont
private static final org.newdawn.slick.Font descriptionFont
-
objectiveTitleFont
private static final org.newdawn.slick.Font objectiveTitleFont
-
objectiveDescriptionFont
private static final org.newdawn.slick.Font objectiveDescriptionFont
-
titleColor
private static final org.newdawn.slick.Color titleColor
-
descriptionColor
private static final org.newdawn.slick.Color descriptionColor
-
objectiveTitleColor
private static final org.newdawn.slick.Color objectiveTitleColor
-
objectiveDescriptionColor
private static final org.newdawn.slick.Color objectiveDescriptionColor
-
checkboxImage
private static org.newdawn.slick.Image checkboxImage
-
checkboxCheckedImage
private static org.newdawn.slick.Image checkboxCheckedImage
-
-