TASK = AdvancementTypes.key(ResourceKey.sponge("task"));
diff --git a/src/main/java/org/spongepowered/api/block/entity/BlockEntityArchetype.java b/src/main/java/org/spongepowered/api/block/entity/BlockEntityArchetype.java
index 4f758c46a5..31af5ca5ad 100644
--- a/src/main/java/org/spongepowered/api/block/entity/BlockEntityArchetype.java
+++ b/src/main/java/org/spongepowered/api/block/entity/BlockEntityArchetype.java
@@ -76,7 +76,7 @@ static Builder builder() {
* generated block entity. Note that this is a copied container.
*
* The format used for this container follows the
- * Mojang ChunkFormat for BlockEntities.,
+ * Mojang ChunkFormat for BlockEntities.,
* and can be customized based on the origination of the {@link BlockEntity}.
* If the block entity originates from a content-adding mod, the format could
* vary based on it's implementation and may change at any time.
@@ -92,7 +92,7 @@ static Builder builder() {
* values are not used as those are dependent on usage.
*
*
The format used for this container follows the
- * Mojang ChunkFormat for BlockEntities.,
+ * Mojang ChunkFormat for BlockEntities.,
* and can be customized based on the origination of the {@link BlockEntity}.
* If the block entity originates from a content-adding mod, the format could
* vary based on it's implementation and may change at any time.
@@ -165,7 +165,7 @@ default Builder blockEntity(Supplier extends BlockEntityType> type) {
* is called.
*
*
The format used for this container follows the
- * Mojang ChunkFormat for BlockEntities.,
+ * Mojang ChunkFormat for BlockEntities.,
* and can be customized based on the origination of the {@link BlockEntity}.
* If the block entity originates from a content-adding mod, the format could
* vary based on it's implementation and may change at any time.
diff --git a/src/main/java/org/spongepowered/api/data/Keys.java b/src/main/java/org/spongepowered/api/data/Keys.java
index 485ee56fe2..66eecaf53d 100644
--- a/src/main/java/org/spongepowered/api/data/Keys.java
+++ b/src/main/java/org/spongepowered/api/data/Keys.java
@@ -1698,7 +1698,7 @@ public final class Keys {
/**
* Whether a {@link Vindicator} is exhibiting "johnny" behavior.
*
- * @see
+ * @see
* The Minecraft Wiki for more information about "johnny" behavior
*/
public static final Key> IS_JOHNNY = Keys.key(ResourceKey.sponge("is_johnny"), Boolean.class);
@@ -2163,14 +2163,14 @@ public final class Keys {
* By default this is false.
* Can be used in combination with {@link Keys#MAP_CANVAS} to create
* custom static map.
- * See Minecraft Wiki - Map Locking
+ * See Minecraft Wiki - Map Locking
*/
public static final Key> MAP_LOCKED = Keys.key(ResourceKey.sponge("map_locked"), Boolean.class);
/**
* Represents the {@link Key} for the scale of a map
* for a {@link MapInfo}.
- * @see Minecraft Wiki - Zoom Details
+ * @see Minecraft Wiki - Zoom Details
*/
public static final Key> MAP_SCALE = Keys.key(ResourceKey.sponge("map_scale"), Integer.class);
@@ -2685,8 +2685,8 @@ public final class Keys {
/**
* The scoreboard tags applied to an {@link Entity}.
*
- * @see
- * https://minecraft.gamepedia.com/Scoreboard#Tags
+ * @see
+ * https://minecraft.wiki/w/Scoreboard#Tags
*/
public static final Key> SCOREBOARD_TAGS = Keys.setKey(ResourceKey.sponge("scoreboard_tags"), String.class);
diff --git a/src/main/java/org/spongepowered/api/item/merchant/TradeOffer.java b/src/main/java/org/spongepowered/api/item/merchant/TradeOffer.java
index 89c16564b3..a6d7370595 100644
--- a/src/main/java/org/spongepowered/api/item/merchant/TradeOffer.java
+++ b/src/main/java/org/spongepowered/api/item/merchant/TradeOffer.java
@@ -146,7 +146,7 @@ static Builder builder() {
* price.
*
* @return the price growth multiplier
- * @see the
+ * @see the
* Minecraft Wiki for more detail on how the price growth multiplier applies
* to trade offers
*/
@@ -238,7 +238,7 @@ interface Builder extends org.spongepowered.api.util.Builderthe
+ * @see the
* Minecraft Wiki for more detail on how the price growth multiplier
* applies to trade offers
*/
diff --git a/src/main/java/org/spongepowered/api/resource/pack/Pack.java b/src/main/java/org/spongepowered/api/resource/pack/Pack.java
index a9c5af4a1d..660a3882e9 100644
--- a/src/main/java/org/spongepowered/api/resource/pack/Pack.java
+++ b/src/main/java/org/spongepowered/api/resource/pack/Pack.java
@@ -30,7 +30,7 @@
/**
* The physical representation of game assets that may or may not be loaded in an {@link Engine}.
*
- * @see
+ * @see
* Minecraft Wiki/Resource Packs
*
*/
diff --git a/src/main/java/org/spongepowered/api/scoreboard/Scoreboard.java b/src/main/java/org/spongepowered/api/scoreboard/Scoreboard.java
index 05a1c93501..e8d8d7b808 100644
--- a/src/main/java/org/spongepowered/api/scoreboard/Scoreboard.java
+++ b/src/main/java/org/spongepowered/api/scoreboard/Scoreboard.java
@@ -44,7 +44,7 @@
* The server has a default scoreboard, but each {@link Player}
* can have their own scoreboard.
*
- * @see Scoreboards on the Minecraft Wiki
+ * @see Scoreboards on the Minecraft Wiki
*/
public interface Scoreboard {