Package net.minecraftforge.registries
Class GameData.AttributeCallbacks
- java.lang.Object
-
- net.minecraftforge.registries.GameData.AttributeCallbacks
-
- All Implemented Interfaces:
IForgeRegistry.ValidateCallback<Attribute>
- Enclosing class:
- GameData
private static class GameData.AttributeCallbacks extends java.lang.Object implements IForgeRegistry.ValidateCallback<Attribute>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static GameData.AttributeCallbacks
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
AttributeCallbacks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj)
-
-
-
Field Detail
-
INSTANCE
static final GameData.AttributeCallbacks INSTANCE
-
-
Method Detail
-
onValidate
public void onValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj)
- Specified by:
onValidate
in interfaceIForgeRegistry.ValidateCallback<Attribute>
-
-