Uses of Interface
de.marcely.bedwars.api.hook.PartiesHook.Member
-
Uses of PartiesHook.Member in de.marcely.bedwars.api.hook
Modifier and TypeMethodDescriptiondefault @Nullable PartiesHook.Member
Get a member (or leader) by its id.Modifier and TypeMethodDescriptionPartiesHook.Party.getLeaders()
Get the leaders of the party.PartiesHook.Party.getMembers
(boolean includeLeaders) Get all the members that are a part of this party.Modifier and TypeMethodDescriptionvoid
PartiesHook.getMember
(UUID playerUUID, Consumer<Optional<PartiesHook.Member>> callback) Asynchronously receive the info about a member and its party in which the player may be a part of.default void
PartiesHook.getMember
(Player player, Consumer<Optional<PartiesHook.Member>> callback) Asynchronously receive the info about a member and its party in which the player may be a part of.