Uses of Interface
me.ulrich.koth.interfaces.HologramImplement
Packages that use HologramImplement
Package
Description
-
Uses of HologramImplement in me.ulrich.koth.api.implementations
Methods in me.ulrich.koth.api.implementations that return types with arguments of type HologramImplementModifier and TypeMethodDescriptionHologramAPIImplement.getHologramImplemented(String pluginName) HologramAPIImplement.getImplementationPluginsData()HologramAPIImplement.getImplementedHolograms()HologramAPIImplement.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.api.implementations with parameters of type HologramImplementModifier and TypeMethodDescriptionbooleanHologramAPIImplement.addImplementation(String pluginName, HologramImplement holo) -
Uses of HologramImplement in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces that return types with arguments of type HologramImplementModifier and TypeMethodDescriptionHologramAPI.getHologramImplemented(String pluginName) HologramAPI.getImplementationPluginsData()HologramAPI.getImplementedHolograms()HologramAPI.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.interfaces with parameters of type HologramImplementModifier and TypeMethodDescriptionbooleanHologramAPI.addImplementation(String pluginName, HologramImplement region) -
Uses of HologramImplement in me.ulrich.koth.manager.implementation
Methods in me.ulrich.koth.manager.implementation that return types with arguments of type HologramImplementModifier and TypeMethodDescriptionHologramImplementManager.findHologramByImplement(String pluginName) HologramImplementManager.getHologramImplemented(String pluginName) HologramImplementManager.getImplementationPluginsData()HologramImplementManager.getImplementedHolograms()HologramImplementManager.getPreferentialOrFirstImplement()Methods in me.ulrich.koth.manager.implementation with parameters of type HologramImplementModifier and TypeMethodDescriptionbooleanHologramImplementManager.addImplementation(String pluginName, HologramImplement region) Method parameters in me.ulrich.koth.manager.implementation with type arguments of type HologramImplementModifier and TypeMethodDescriptionvoidHologramImplementManager.setImplementedHolograms(HashMap<String, HologramImplement> implementedHolograms)