Uses of Interface
net.minecraftforge.fml.IExtensionPoint
Packages that use IExtensionPoint
-
Uses of IExtensionPoint in net.minecraftforge.fml
Classes in net.minecraftforge.fml that implement IExtensionPointModifier and TypeClassDescriptionstatic class
Compatibility display test for the mod.Fields in net.minecraftforge.fml with type parameters of type IExtensionPointModifier and TypeFieldDescriptionprotected 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. -
Uses of IExtensionPoint in net.minecraftforge.fmlclient
Classes in net.minecraftforge.fmlclient that implement IExtensionPoint