mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-15 11:51:53 +01:00
Fix javadoc
This commit is contained in:
parent
004b4563c2
commit
04c792c302
@ -28,7 +28,6 @@ import org.apache.commons.lang3.StringUtils;
|
|||||||
import org.apache.commons.lang3.tuple.Pair;
|
import org.apache.commons.lang3.tuple.Pair;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
import org.jglrxavpok.hephaistos.nbt.NBTCompound;
|
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Set;
|
|||||||
* Sender used in {@link CommandManager#executeServerCommand(String)}.
|
* Sender used in {@link CommandManager#executeServerCommand(String)}.
|
||||||
* <p>
|
* <p>
|
||||||
* Be aware that {@link #sendMessage(String)} is empty on purpose because the purpose
|
* Be aware that {@link #sendMessage(String)} is empty on purpose because the purpose
|
||||||
* of this sender is to process the data of {@link Arguments#getCommandReturn()}.
|
* of this sender is to process the data of {@link Arguments#getReturnData()}.
|
||||||
*/
|
*/
|
||||||
public class ServerSender implements CommandSender {
|
public class ServerSender implements CommandSender {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user