| パッケージ | 説明 |
|---|---|
| org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ExactMatchConversationCanceller
An ExactMatchConversationCanceller cancels a conversation if the user
enters an exact input string
|
class |
InactivityConversationCanceller
An InactivityConversationCanceller will cancel a
Conversation after
a period of inactivity by the user. |
class |
ManuallyAbandonedConversationCanceller
The ManuallyAbandonedConversationCanceller is only used as part of a
ConversationAbandonedEvent to indicate that the conversation was manually
abandoned by programmatically calling the abandon() method on it. |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<ConversationCanceller> |
ConversationFactory.cancellers |
protected List<ConversationCanceller> |
Conversation.cancellers |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConversationCanceller |
ManuallyAbandonedConversationCanceller.clone() |
ConversationCanceller |
InactivityConversationCanceller.clone() |
ConversationCanceller |
ExactMatchConversationCanceller.clone() |
ConversationCanceller |
ConversationCanceller.clone()
Allows the
ConversationFactory to duplicate this
ConversationCanceller when creating a new Conversation. |
ConversationCanceller |
ConversationAbandonedEvent.getCanceller()
Gets the object that caused the conversation to be abandoned.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<ConversationCanceller> |
Conversation.getCancellers()
Gets the list of
ConversationCancellers |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConversationFactory |
ConversationFactory.withConversationCanceller(ConversationCanceller canceller)
Adds a
ConversationCanceller to constructed conversations. |
| コンストラクタと説明 |
|---|
ConversationAbandonedEvent(Conversation conversation,
ConversationCanceller canceller) |
Copyright © 2016. All rights reserved.