Class PluginFieldInjector<P extends org.bukkit.plugin.java.JavaPlugin>

java.lang.Object
com.stardevllc.starlib.injector.SimpleFieldInjector
com.stardevllc.starmclib.plugin.PluginFieldInjector<P>
All Implemented Interfaces:
com.stardevllc.starlib.injector.FieldInjector

public class PluginFieldInjector<P extends org.bukkit.plugin.java.JavaPlugin> extends com.stardevllc.starlib.injector.SimpleFieldInjector
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected P
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.stardevllc.starlib.injector.SimpleFieldInjector

    addParentInjector, getParentInjectors, getProvider, inject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.stardevllc.starlib.injector.FieldInjector

    set, set, set, set, set, set, setInstance, setInstance, setProvider
  • Field Details

    • plugin

      protected P extends org.bukkit.plugin.java.JavaPlugin plugin
  • Constructor Details

    • PluginFieldInjector

      public PluginFieldInjector(P plugin)
  • Method Details

    • getPlugin

      public P getPlugin()