Uses of Enum Class
ua.mcchickenstudio.opencreative.utils.PlayerConfirmation
Packages that use PlayerConfirmation
-
Uses of PlayerConfirmation in ua.mcchickenstudio.opencreative.utils
Subclasses with type arguments of type PlayerConfirmation in ua.mcchickenstudio.opencreative.utilsMethods in ua.mcchickenstudio.opencreative.utils that return PlayerConfirmationModifier and TypeMethodDescription@NotNull PlayerConfirmationPlayerConfirmation.ConfirmationValue.confirmation()Returns the value of theconfirmationrecord component.static @Nullable PlayerConfirmationPlayerConfirmation.getConfirmation(@NotNull org.bukkit.entity.Player player) Returns player's confirmation type, or null.static PlayerConfirmationReturns the enum constant of this class with the specified name.static PlayerConfirmation[]PlayerConfirmation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.utils with parameters of type PlayerConfirmationModifier and TypeMethodDescriptionstatic voidPlayerConfirmation.setConfirmation(@NotNull org.bukkit.entity.Player player, @NotNull PlayerConfirmation confirmation) Sets player's confirmation state to specified type.static voidPlayerConfirmation.setConfirmation(@NotNull org.bukkit.entity.Player player, @NotNull PlayerConfirmation confirmation, @Nullable Object data) Sets player's confirmation state to specified type.Constructors in ua.mcchickenstudio.opencreative.utils with parameters of type PlayerConfirmationModifierConstructorDescriptionConfirmationValue(@NotNull PlayerConfirmation confirmation, @Nullable Object data) Creates an instance of aConfirmationValuerecord class.