#279: Minor edits to various Javadocs

By: ShanerX <shanerx@shanerx.org>
This commit is contained in:
Bukkit/Spigot
2023-04-16 09:54:51 +10:00
parent c9e4ed1a42
commit dcd02753e8
4 changed files with 14 additions and 1 deletions

View File

@@ -2,6 +2,9 @@ package org.bukkit;
import org.jetbrains.annotations.Nullable;
/**
* Represents a block, entity, or other object that may receive a custom name.
*/
public interface Nameable {
/**