Interface Pager.ElementTransformer<PagedElement>
- Type Parameters:
PagedElement
- The class to transform into aComponent
- Enclosing class:
- Pager<PagedElement>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A Functional interface to transform the given PagedElement into a Chat Component
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Component
transform
(PagedElement element)
-
Method Details
-
transform
-