Interface PonderTagRegistrationHelper<T>
- All Known Implementing Classes:
DefaultPonderTagRegistrationHelper,GenericPonderTagRegistrationHelper
public interface PonderTagRegistrationHelper<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTagToComponent(T component, net.minecraft.resources.ResourceLocation tag) addToComponent(T component) addToComponent(T... component) addToTag(net.minecraft.resources.ResourceLocation tag) addToTag(net.minecraft.resources.ResourceLocation... tags) registerTag(String id) registerTag(net.minecraft.resources.ResourceLocation location) <S> PonderTagRegistrationHelper<S> withKeyFunction(Function<S, T> keyGen)
-
Method Details
-
withKeyFunction
-
registerTag
-
registerTag
-
addTagToComponent
-
addToTag
-
addToTag
-
addToComponent
-
addToComponent
-