Uses of Interface
net.minecraftforge.fml.IExtensionPoint
Packages that use IExtensionPoint
-
Uses of IExtensionPoint in net.minecraftforge.client
Classes in net.minecraftforge.client that implement IExtensionPoint -
Uses of IExtensionPoint in net.minecraftforge.fml
Classes in net.minecraftforge.fml that implement IExtensionPointModifier and TypeClassDescriptionstatic final record
Compatibility display test for the mod.Fields in net.minecraftforge.fml with type parameters of type IExtensionPointModifier and TypeFieldDescriptionprotected final Map<Class<? extends IExtensionPoint<?>>,
Supplier<?>> ModContainer.extensionPoints
Methods in net.minecraftforge.fml with type parameters of type IExtensionPointModifier and TypeMethodDescription<T extends Record & IExtensionPoint<T>>
voidModContainer.registerExtensionPoint
(Class<? extends IExtensionPoint<T>> point, Supplier<T> extension) <T extends Record & IExtensionPoint<T>>
voidModLoadingContext.registerExtensionPoint
(Class<? extends IExtensionPoint<T>> point, Supplier<T> extension) Register anIExtensionPoint
with the mod container.Method parameters in net.minecraftforge.fml with type arguments of type IExtensionPointModifier and TypeMethodDescriptionModContainer.getCustomExtension
(Class<? extends IExtensionPoint<T>> point) <T extends Record & IExtensionPoint<T>>
voidModContainer.registerExtensionPoint
(Class<? extends IExtensionPoint<T>> point, Supplier<T> extension) <T extends Record & IExtensionPoint<T>>
voidModLoadingContext.registerExtensionPoint
(Class<? extends IExtensionPoint<T>> point, Supplier<T> extension) Register anIExtensionPoint
with the mod container.