This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as types from '@grakkit/types-paper'; | |
interface onComplete<R>{ | |
/** | |
* Called when the inventory output slot is clicked | |
* | |
* @param player **The player who the Anvil GUI was opened for** | |
* *** | |
* @param text **The text entered by the player in the renaming field of the anvil GUI** | |
* *** |