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 Object
implements IForgeRegistry.ValidateCallback<Attribute>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onValidate
(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AttributeCallbacks
private AttributeCallbacks()
-
-
Method Details
-
onValidate
public void onValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj) - Specified by:
onValidate
in interfaceIForgeRegistry.ValidateCallback<Attribute>
-