This commit is contained in:
Auxilor
2021-08-20 23:02:45 +01:00
parent a6191b0870
commit d4431e7569
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ public interface Menu {
* @param type The type.
* @param <T> The type.
* @param <Z> The type.
* @return The data.
*/
@Nullable <T, Z> T readData(@NotNull Player player,
@NotNull NamespacedKey key,