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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(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:
 onValidatein interfaceIForgeRegistry.ValidateCallback<Attribute>
 
 -