diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-27 15:09:10 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-27 15:09:10 +0300 |
commit | c8ef7825fbfbee6682b722bcac80046f2943b34a (patch) | |
tree | 9ec512ddbe5e2253cc8025bcd568105ded45f788 | |
parent | 502805b98ffdda6fb051f530b7fda2b776edf57d (diff) | |
download | LibGui-c8ef7825fbfbee6682b722bcac80046f2943b34a.tar.gz LibGui-c8ef7825fbfbee6682b722bcac80046f2943b34a.tar.bz2 LibGui-c8ef7825fbfbee6682b722bcac80046f2943b34a.zip |
Texture: Fix javadoc error
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java index 67ee2a8..5418c70 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java @@ -14,8 +14,10 @@ import java.util.Objects; * <p>GUI sprites can use their full range of features such as tiling, stretching and nine-slice drawing modes, * while standalone textures are only drawn stretched. * - * <p>The format of the image ID depends on the type: + * <p>The format of the image ID depends on the type. See the documentation of the individual type constants and + * the table below for details. * <table> + * <caption>Image IDs for each texture type</caption> * <thead> * <tr> * <th>Type</th> |