Package net.minecraftforge.registries
Interface IForgeRegistry.ClearCallback<V extends IForgeRegistryEntry<V>>
-
- All Known Implementing Classes:
GameData.BlockCallbacks
,GameData.FeatureCallbacks
,GameData.ItemCallbacks
,GameData.PointOfInterestTypeCallbacks
,GameData.SerializerCallbacks
- Enclosing interface:
- IForgeRegistry<V extends IForgeRegistryEntry<V>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface IForgeRegistry.ClearCallback<V extends IForgeRegistryEntry<V>>
Callback fired when the registry is cleared. This is done before a registry is reloaded from client or server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClear(IForgeRegistryInternal<V> owner, RegistryManager stage)
-
-
-
Method Detail
-
onClear
void onClear(IForgeRegistryInternal<V> owner, RegistryManager stage)
-
-