Class SimpleInjector
java.lang.Object
com.sk89q.minecraft.util.commands.SimpleInjector
- All Implemented Interfaces:
Injector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance
(Class<?> clazz) Constructs a new instance of the given class.
-
Constructor Details
-
SimpleInjector
-
-
Method Details
-
getInstance
Description copied from interface:Injector
Constructs a new instance of the given class.- Specified by:
getInstance
in interfaceInjector
- Parameters:
clazz
- class- Returns:
- object
-