Interface PonderTagRegistrationHelper<T>
- All Known Implementing Classes:
DefaultPonderTagRegistrationHelper,GenericPonderTagRegistrationHelper
public interface PonderTagRegistrationHelper<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTagToComponent(T component, PonderTag tag) addToComponent(T component) addToComponent(T... component) default PonderTagRegistrationHelper<T>registerTag(PonderTag tag) registerTag(PonderTag tag, boolean listTagInIndexScreens) <S> PonderTagRegistrationHelper<S>withKeyFunction(Function<S, T> keyGen)
-
Method Details
-
withKeyFunction
-
registerTag
-
registerTag
-
addTagToComponent
-
addToTag
-
addToTag
-
addToComponent
-
addToComponent
-