Uses of Interface
net.minecraftforge.registries.IForgeRegistry.CreateCallback
Packages that use IForgeRegistry.CreateCallback
-
Uses of IForgeRegistry.CreateCallback in net.minecraftforge.registries
Classes in net.minecraftforge.registries that implement IForgeRegistry.CreateCallbackModifier and TypeClassDescriptionprivate static class
private static class
private static class
static class
static class
Fields in net.minecraftforge.registries declared as IForgeRegistry.CreateCallbackModifier and TypeFieldDescriptionprivate final IForgeRegistry.CreateCallback<V>
ForgeRegistry.create
Fields in net.minecraftforge.registries with type parameters of type IForgeRegistry.CreateCallbackModifier and TypeFieldDescriptionprivate List<IForgeRegistry.CreateCallback<T>>
RegistryBuilder.createCallback
Methods in net.minecraftforge.registries that return IForgeRegistry.CreateCallbackModifier and TypeMethodDescription@Nullable IForgeRegistry.CreateCallback<T>
RegistryBuilder.getCreate()
Methods in net.minecraftforge.registries with parameters of type IForgeRegistry.CreateCallbackModifier and TypeMethodDescriptionRegistryBuilder.add
(IForgeRegistry.CreateCallback<T> create) RegistryBuilder.onCreate
(IForgeRegistry.CreateCallback<T> create)