Skip to content

Commit

Permalink
Update javadoc comment to reference new type
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus committed May 4, 2024
1 parent 38b79ba commit 6b17e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spongepowered/api/data/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ public final class Keys {

/**
* The color override for grass in a {@link Biome}.
* <p>Such as {@link BlockTypes#GRASS_BLOCK}, {@link BlockTypes#GRASS}, {@link BlockTypes#TALL_GRASS}, {@link BlockTypes#FERN}, {@link BlockTypes#LARGE_FERN}, {@link BlockTypes#SUGAR_CANE}</p>
* <p>Such as {@link BlockTypes#GRASS_BLOCK}, {@link BlockTypes#SHORT_GRASS}, {@link BlockTypes#TALL_GRASS}, {@link BlockTypes#FERN}, {@link BlockTypes#LARGE_FERN}, {@link BlockTypes#SUGAR_CANE}</p>
* <p>If not present grass color is instead determined by {@link #BIOME_TEMPERATURE} and {@link #HUMIDITY}</p>
* Readonly
*/
Expand Down

0 comments on commit 6b17e31

Please sign in to comment.