Uses of Class
me.ulrich.outpost.data.HoloData
Packages that use HoloData
-
Uses of HoloData in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return HoloDataModifier and TypeMethodDescriptionHologramManager.createHologram(String id, org.bukkit.Location loc, OutpostEnum.TopType type, OutpostEnum.TopTime time, int maxlines, boolean save) HologramManager.createHologram(String id, org.bukkit.Location loc, OutpostEnum.TopType type, OutpostEnum.TopTime time, int maxlines, boolean save, Optional<UUID> outpost) HologramManager.getHologram(String id) HologramManager.moveHologram(String id, org.bukkit.Location location) Methods in me.ulrich.outpost.manager that return types with arguments of type HoloDataModifier and TypeMethodDescriptionHologramManager.getHolograms()HologramManager.getKeyHolograms()Methods in me.ulrich.outpost.manager with parameters of type HoloDataMethod parameters in me.ulrich.outpost.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.outpost.manager.data.holograms
Methods in me.ulrich.outpost.manager.data.holograms with parameters of type HoloDataModifier and TypeMethodDescriptionvoidSaveHologram.saveDatabaseOutpostData(Outpost plugin, HoloData holo) voidSaveHologram.saveSqliteOutpostData(Outpost plugin, HoloData holo) voidSaveHologram.saveYamlOutpostData(Outpost plugin, HoloData holo) Constructors in me.ulrich.outpost.manager.data.holograms with parameters of type HoloData