Uses of Interface
net.minecraftforge.registries.IForgeRegistryInternal
-
Uses of IForgeRegistryInternal in net.minecraftforge.registries
Modifier and TypeClassDescriptionclass
Internal - use the publicIForgeRegistry
andForgeRegistries
APIs to get the dataModifier and TypeMethodDescriptionvoid
GameData.BlockCallbacks.onAdd
(IForgeRegistryInternal<Block> owner, RegistryManager stage, int id, ResourceKey<Block> key, Block block, @Nullable Block oldBlock) void
GameData.ItemCallbacks.onAdd
(IForgeRegistryInternal<Item> owner, RegistryManager stage, int id, ResourceKey<Item> key, Item item, @Nullable Item oldItem) void
GameData.PointOfInterestTypeCallbacks.onAdd
(IForgeRegistryInternal<PoiType> owner, RegistryManager stage, int id, ResourceKey<PoiType> key, PoiType obj, @Nullable PoiType oldObj) void
IForgeRegistry.AddCallback.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V obj, V oldObj) void
NamespacedDefaultedWrapper.Factory.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V value, V oldValue) void
NamespacedWrapper.Factory.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V value, V oldValue) void
GameData.BlockCallbacks.onBake
(IForgeRegistryInternal<Block> owner, RegistryManager stage) void
IForgeRegistry.BakeCallback.onBake
(IForgeRegistryInternal<V> owner, RegistryManager stage) void
GameData.BlockCallbacks.onClear
(IForgeRegistryInternal<Block> owner, RegistryManager stage) void
GameData.ItemCallbacks.onClear
(IForgeRegistryInternal<Item> owner, RegistryManager stage) void
GameData.PointOfInterestTypeCallbacks.onClear
(IForgeRegistryInternal<PoiType> owner, RegistryManager stage) void
IForgeRegistry.ClearCallback.onClear
(IForgeRegistryInternal<V> owner, RegistryManager stage) void
GameData.BlockCallbacks.onCreate
(IForgeRegistryInternal<Block> owner, RegistryManager stage) void
GameData.ItemCallbacks.onCreate
(IForgeRegistryInternal<Item> owner, RegistryManager stage) void
GameData.PointOfInterestTypeCallbacks.onCreate
(IForgeRegistryInternal<PoiType> owner, RegistryManager stage) void
IForgeRegistry.CreateCallback.onCreate
(IForgeRegistryInternal<V> owner, RegistryManager stage) void
NamespacedDefaultedWrapper.Factory.onCreate
(IForgeRegistryInternal<V> owner, RegistryManager stage) void
NamespacedWrapper.Factory.onCreate
(IForgeRegistryInternal<V> owner, RegistryManager stage) void
GameData.AttributeCallbacks.onValidate
(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj) void
IForgeRegistry.ValidateCallback.onValidate
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceLocation key, V obj)