Uses of Class
me.ulrich.koth.data.HoloData
Packages that use HoloData
Package
Description
-
Uses of HoloData in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces that return types with arguments of type HoloDataModifier and TypeMethodDescriptionHologramImplement.createHologram(String id, org.bukkit.Location loc, List<String> lines, Object... objects) HologramImplement.getHologram(String id) HologramImplement.updateHologram(String id, List<String> lines, Object... objects) -
Uses of HoloData in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return types with arguments of type HoloDataModifier and TypeMethodDescriptionHologramManager.createHologram(String id, org.bukkit.Location loc, KothEnum.TopType type, KothEnum.TopTime time, boolean save) HologramManager.createHologram(String id, org.bukkit.Location loc, KothEnum.TopType type, KothEnum.TopTime time, boolean save, int maxlines) HologramManager.createKeyBlockHolo(org.bukkit.Location lc) HologramManager.getHologram(String id) HologramManager.getHolograms()HologramManager.getKeyholograms()HologramManager.moveHologram(String id, org.bukkit.Location location) Methods in me.ulrich.koth.manager with parameters of type HoloDataModifier and TypeMethodDescriptionbooleanHologramManager.isKeyBlock(HoloData data) voidHologramManager.saveHologramData(HoloData holo) Method parameters in me.ulrich.koth.manager with type arguments of type HoloDataModifier and TypeMethodDescriptionvoidHologramManager.setHolograms(HashMap<String, HoloData> holograms) voidHologramManager.setKeyholograms(HashMap<String, HoloData> keyholograms) -
Uses of HoloData in me.ulrich.koth.manager.data.holograms
Methods in me.ulrich.koth.manager.data.holograms with parameters of type HoloDataModifier and TypeMethodDescriptionvoidSaveHologram.saveDatabaseKothData(Koth plugin, HoloData holo) voidSaveHologram.saveSqliteKothData(Koth plugin, HoloData holo) voidSaveHologram.saveYamlKothData(Koth plugin, HoloData holo) Constructors in me.ulrich.koth.manager.data.holograms with parameters of type HoloData -
Uses of HoloData in me.ulrich.koth.manager.implementation
Methods in me.ulrich.koth.manager.implementation that return types with arguments of type HoloDataModifier and TypeMethodDescriptionHologramImplementManager.createHologram(String pluginName, String id, org.bukkit.Location loc, List<String> lines, Object... objects) HologramImplementManager.getHologram(String pluginName, String id) HologramImplementManager.updateHologram(String pluginName, String id, List<String> lines, Object... objects)