Package net.minecraftforge.registries
Class GameData.PointOfInterestTypeCallbacks
java.lang.Object
net.minecraftforge.registries.GameData.PointOfInterestTypeCallbacks
- All Implemented Interfaces:
IForgeRegistry.AddCallback<PointOfInterestType>
,IForgeRegistry.ClearCallback<PointOfInterestType>
,IForgeRegistry.CreateCallback<PointOfInterestType>
- Enclosing class:
- GameData
private static class GameData.PointOfInterestTypeCallbacks
extends Object
implements IForgeRegistry.AddCallback<PointOfInterestType>, IForgeRegistry.ClearCallback<PointOfInterestType>, IForgeRegistry.CreateCallback<PointOfInterestType>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final GameData.PointOfInterestTypeCallbacks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onAdd
(IForgeRegistryInternal<PointOfInterestType> owner, RegistryManager stage, int id, PointOfInterestType obj, PointOfInterestType oldObj) void
onClear
(IForgeRegistryInternal<PointOfInterestType> owner, RegistryManager stage) void
onCreate
(IForgeRegistryInternal<PointOfInterestType> owner, RegistryManager stage)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PointOfInterestTypeCallbacks
private PointOfInterestTypeCallbacks()
-
-
Method Details
-
onAdd
public void onAdd(IForgeRegistryInternal<PointOfInterestType> owner, RegistryManager stage, int id, PointOfInterestType obj, @Nullable PointOfInterestType oldObj) - Specified by:
onAdd
in interfaceIForgeRegistry.AddCallback<PointOfInterestType>
-
onClear
- Specified by:
onClear
in interfaceIForgeRegistry.ClearCallback<PointOfInterestType>
-
onCreate
- Specified by:
onCreate
in interfaceIForgeRegistry.CreateCallback<PointOfInterestType>
-