RuneHive-Game
Loading...
Searching...
No Matches
Chainable.java
Go to the documentation of this file.
1
package
com.runehive.content.dialogue;
2
3
import
java.util.function.Consumer;
4
5
/**
6
* The chain-able itemcontainer that allows implementing dialogue factories the ability to chain together.
7
*
8
* @author Seven
9
*/
10
public
interface
Chainable
extends
Consumer<DialogueFactory> { }
com.runehive.content.dialogue.Chainable
The chain-able itemcontainer that allows implementing dialogue factories the ability to chain togethe...
Definition
Chainable.java:10