Renames an event method
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good

This commit is contained in:
2024-08-03 16:44:15 +02:00
parent 81c15b6600
commit cdb0f267a3
3 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@ public interface ActionStartEvent extends BlacksmithPluginEvent {
*
* @return <p>The appropriate crafting station</p>
*/
Material craftingStation();
Material getCraftingStation();
}