From c8ef7825fbfbee6682b722bcac80046f2943b34a Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:09:10 +0300 Subject: Texture: Fix javadoc error --- src/main/java/io/github/cottonmc/cotton/gui/widget/data/Texture.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; *

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. * - *

The format of the image ID depends on the type: + *

The format of the image ID depends on the type. See the documentation of the individual type constants and + * the table below for details. * + * * * * -- cgit
Image IDs for each texture type
Type