Uses of Interface
net.neoforged.fml.IExtensionPoint
Packages that use IExtensionPoint
-
Uses of IExtensionPoint in net.neoforged.fml
Fields in net.neoforged.fml with type parameters of type IExtensionPointModifier and TypeFieldDescriptionprotected final Map
<Class<? extends IExtensionPoint>, Supplier<?>> ModContainer.extensionPoints
Methods in net.neoforged.fml with type parameters of type IExtensionPointModifier and TypeMethodDescription<T extends IExtensionPoint>
Optional<T> ModContainer.getCustomExtension
(Class<T> point) <T extends IExtensionPoint>
voidModContainer.registerExtensionPoint
(Class<T> point, Supplier<T> extension) Registers anIExtensionPoint
with the mod container.<T extends IExtensionPoint>
voidModContainer.registerExtensionPoint
(Class<T> point, T extension) Registers anIExtensionPoint
with the mod container.<T extends IExtensionPoint>
voidModLoadingContext.registerExtensionPoint
(Class<T> point, Supplier<T> extension) Register anIExtensionPoint
with the mod container. -
Uses of IExtensionPoint in net.neoforged.neoforge.client.gui
Subinterfaces of IExtensionPoint in net.neoforged.neoforge.client.guiModifier and TypeInterfaceDescriptioninterface
Register an instance toModContainer.registerExtensionPoint(Class, Supplier)
to supply a config screen for your mod.