Package com.marcusslover.plus.lib.item
Interface Canvas.PopulatorContext.Populator<T>
- Type Parameters:
T- the type of the element
- Enclosing class:
Canvas.PopulatorContext<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Populates one element and provides the player with the button.
-
Method Summary
-
Method Details
-
populate
Populates the element.- Parameters:
element- the element to populatecanvas- the canvasbutton- the button associated with the element on the canvas
-