Uses of Interface
org.bukkit.conversations.Conversable
Packages that use Conversable
Package
Description
Classes relating to handling specialized non-chat player input.
Classes dedicated to facilitate direct player-to-plugin communication.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Conversable in org.bukkit.command
Subinterfaces of Conversable in org.bukkit.command -
Uses of Conversable in org.bukkit.conversations
Methods in org.bukkit.conversations that return ConversableModifier and TypeMethodDescriptionConversation.getForWhom()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the entity for whom this conversation is mediating.ConversationContext.getForWhom()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the subject of the conversation.Methods in org.bukkit.conversations with parameters of type ConversableModifier and TypeMethodDescriptionConversationFactory.buildConversation
(@NotNull Conversable forWhom) Deprecated, for removal: This API element is subject to removal in a future version.Constructs aConversation
in accordance with the defaults set for this factory.Constructors in org.bukkit.conversations with parameters of type ConversableModifierConstructorDescriptionConversation
(@Nullable Plugin plugin, @NotNull Conversable forWhom, @Nullable Prompt firstPrompt) Deprecated, for removal: This API element is subject to removal in a future version.Initializes a new Conversation.Conversation
(@Nullable Plugin plugin, @NotNull Conversable forWhom, @Nullable Prompt firstPrompt, @NotNull Map<Object, Object> initialSessionData) Deprecated, for removal: This API element is subject to removal in a future version.Initializes a new Conversation.ConversationContext
(@Nullable Plugin plugin, @NotNull Conversable forWhom, @NotNull Map<Object, Object> initialSessionData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Conversable in org.bukkit.entity
Subinterfaces of Conversable in org.bukkit.entity