Fix some additional documentation typos
Thanks mrfloris By: md_5 <git@md-5.net>
This commit is contained in:
@@ -55,7 +55,7 @@ public abstract class PlayerBucketEvent extends PlayerEvent implements Cancellab
|
||||
/**
|
||||
* Return the block clicked
|
||||
*
|
||||
* @return the blicked block
|
||||
* @return the clicked block
|
||||
*/
|
||||
public Block getBlockClicked() {
|
||||
return blockClicked;
|
||||
|
||||
@@ -57,7 +57,7 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||
END_PORTAL,
|
||||
/**
|
||||
* Indicates the teleportation was caused by a player teleporting to a
|
||||
* Entity/Player via the specatator menu
|
||||
* Entity/Player via the spectator menu
|
||||
*/
|
||||
SPECTATE,
|
||||
/**
|
||||
|
||||
@@ -4,7 +4,7 @@ import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
/**
|
||||
* This event is called when a command is recieved over RCON. See the javadocs
|
||||
* This event is called when a command is received over RCON. See the javadocs
|
||||
* of {@link ServerCommandEvent} for more information.
|
||||
*/
|
||||
public class RemoteServerCommandEvent extends ServerCommandEvent {
|
||||
|
||||
Reference in New Issue
Block a user