We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fb672 commit bd4d7bfCopy full SHA for bd4d7bf
1 file changed
chunky/src/java/se/llbit/chunky/resources/TexturePackLoader.java
@@ -3628,9 +3628,8 @@ public class TexturePackLoader {
3628
3629
/**
3630
* Register all public static fields annotated with {@link TexturePath} to be loaded.
3631
- *
3632
* @param clazz Class to register
3633
- * @param <T> Type of the class
+ * @param <T> Type of the class
3634
*/
3635
public static <T> void registerTextureFields(Class<T> clazz) {
3636
for (Field field : clazz.getFields()) {
0 commit comments