Remove CustomClickEvent.ACTION_KEY

This commit is contained in:
md_5 2025-05-31 10:35:27 +10:00
parent 415ac8c81e
commit 23ba5141f1
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -20,11 +20,6 @@ import org.jetbrains.annotations.ApiStatus;
public class CustomClickEvent extends Event implements Cancellable
{
/**
* Map key containing the form action, if available.
*/
public static final String ACTION_KEY = "action";
//
/**
* Player who clicked.
*/