Package org.geysermc.geyser.item.custom
Interface ComponentConverters.ComponentConverter<T>
- Enclosing class:
- ComponentConverters
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvertAndPut(org.geysermc.mcprotocollib.protocol.data.game.item.component.DataComponents itemMap, T value)
-
Method Details
-
convertAndPut
void convertAndPut(org.geysermc.mcprotocollib.protocol.data.game.item.component.DataComponents itemMap, T value)
-