Package com.marcusslover.plus.lib.item
Interface Canvas.BasicPopulator.Populator<T>
- Type Parameters:
T- the type of the element
- Enclosing class:
Canvas.BasicPopulator<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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(@NotNull Canvas.BasicPopulator.Populator.PopulatorContext<T> ctx) Populates the element.
-
Method Details
-
populate
Populates the element.- Parameters:
ctx- the context of the population
-