Uses of Enum
me.ulrich.outpost.data.OutpostEnum.TopTime
Packages that use OutpostEnum.TopTime
-
Uses of OutpostEnum.TopTime in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.TopTimeModifier and TypeMethodDescriptionstatic OutpostEnum.TopTimeReturns the enum constant of this type with the specified name.static OutpostEnum.TopTime[]OutpostEnum.TopTime.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OutpostEnum.TopTime in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.TopTimeModifier 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) StatsManager.getStats(OutpostEnum.TopType type, OutpostEnum.TopTime time, OutpostEnum.TopFind checktopfind) StatsManager.getStats(OutpostEnum.TopType type, OutpostEnum.TopTime time, OutpostEnum.TopFind checktopfind, Optional<UUID> outpost)