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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj) 
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
AttributeCallbacksprivate AttributeCallbacks()
 
- 
- 
Method Details- 
onValidatepublic void onValidate(IForgeRegistryInternal<Attribute> owner, RegistryManager stage, int id, ResourceLocation key, Attribute obj) - Specified by:
- onValidatein interface- IForgeRegistry.ValidateCallback<Attribute>
 
 
-