Class ExpansionInfoValidator
java.lang.Object
com.blamejared.crafttweaker.annotation.processor.validation.expansion.validator.ExpansionInfoValidator
- All Implemented Interfaces:
IHasPostCreationCall
-
Constructor Summary
ConstructorsConstructorDescriptionExpansionInfoValidator(ExpansionInfoConverter converter, DependencyContainer dependencyContainer) -
Method Summary
Modifier and TypeMethodDescriptionvoidThe method called after the constructor of the type was invoked.void
-
Constructor Details
-
ExpansionInfoValidator
public ExpansionInfoValidator(ExpansionInfoConverter converter, DependencyContainer dependencyContainer)
-
-
Method Details
-
validateAll
public void validateAll() -
afterCreation
public void afterCreation()Description copied from interface:IHasPostCreationCallThe method called after the constructor of the type was invoked. At this time the instance will already be in the DI registry, so anything created by this can request an instance of this type.- Specified by:
afterCreationin interfaceIHasPostCreationCall
-