Uses of Interface
de.marcely.bedwars.api.hook.PartiesHook.Member
Packages that use PartiesHook.Member
Package
Description
Classes dedicated to managing 3rd party plugins MBedwars can hook into for additional functionality.
-
Uses of PartiesHook.Member in de.marcely.bedwars.api.hook
Methods in de.marcely.bedwars.api.hook that return PartiesHook.MemberModifier and TypeMethodDescriptiondefault @Nullable PartiesHook.MemberGet a member (or leader) by its id.Methods in de.marcely.bedwars.api.hook that return types with arguments of type PartiesHook.MemberModifier 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.Method parameters in de.marcely.bedwars.api.hook with type arguments of type PartiesHook.MemberModifier and TypeMethodDescriptionvoidPartiesHook.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 voidPartiesHook.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.