Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 271ccf8

Browse files
committed
JavaDoc Update
1 parent 62b2da8 commit 271ccf8

12 files changed

Lines changed: 586 additions & 84 deletions

File tree

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ task copyDll(type: Copy) {
6060
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
6161
}
6262

63+
task javadocJar(type: Jar) {
64+
dependsOn javadoc
65+
archiveClassifier.set('javadoc')
66+
from javadoc.destinationDir
67+
}
68+
69+
java {
70+
withSourcesJar()
71+
withJavadocJar()
72+
}
73+
74+
6375
run {
6476
systemProperty 'java.library.path', 'lib'
6577
}

local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Project settings
2-
project.version=1.15.15-TET
2+
project.version=1.15.16-TET
33
project.group=org.foxesworld
44
project.archivesBaseName=fox-engine
55
#UserAuth

logs/lastlog.log

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[15:54:55.383][INFO] ===== Engine Initialization =====
2-
[15:54:55.385][INFO]
1+
[03:30:18.666][INFO] ===== Engine Initialization =====
2+
[03:30:18.668][INFO]
33
_____ _____ _____
44
/\ \ /\ \ /\ \
55
/::\ \ /::\ \ /::\ \
@@ -21,36 +21,36 @@
2121
\:::\____\
2222
\::/ /
2323
\/____/
24-
[15:54:55.391][INFO] Engine Version: 1.15.10
25-
[15:54:55.391][INFO] Application Title: FoxesLauncher-1.24.1
26-
[15:54:55.391][INFO] Operating System: windows
27-
[15:54:55.392][INFO] Available Processors: 20
28-
[15:54:55.392][INFO] System Load Average: -1.0
29-
[15:54:55.393][INFO] Log Level: INFO
30-
[15:54:55.397][INFO] Log level set to INFO
31-
[15:54:55.481][INFO] Initializing ExecutorService with pool size: 10
32-
[15:54:55.482][WARN] executor-config.properties not found, using default settings.
33-
[15:54:55.482][INFO] Creating default ExecutorService with pool size: 10
34-
[15:54:55.607][INFO]forge-0 Sounds loaded successfully
35-
[15:54:55.774][INFO] FrameConstructor initialization
36-
[15:54:55.778][INFO] Building FrameConstructor...
37-
[15:54:55.894][INFO]forge-1 Initializing StyleProvider with path: assets/styles/
38-
[15:54:55.904][INFO]forge-1 Registering json adapter...
39-
[15:54:55.905][INFO]forge-1 Registering json5 adapter...
40-
[15:54:55.905][INFO]forge-1 Registered adapters: [json5, json]
41-
[15:54:55.918][INFO]forge-1 - Registered component: label
42-
[15:54:55.919][INFO]forge-1 - Registered component: progressBar
43-
[15:54:55.919][INFO]forge-1 - Registered component: button
44-
[15:54:55.919][INFO]forge-1 - Registered component: textArea
45-
[15:54:55.920][INFO]forge-1 - Registered component: checkBox
46-
[15:54:55.920][INFO]forge-1 - Registered component: textField
47-
[15:54:55.920][INFO]forge-1 - Registered component: spriteImage
48-
[15:54:55.921][INFO]forge-1 - Registered component: passField
49-
[15:54:55.921][INFO]forge-1 - Registered component: spinner
50-
[15:54:55.921][INFO]forge-1 - Registered component: multiButton
51-
[15:54:55.921][INFO]forge-1 - Registered component: dropBox
52-
[15:54:55.922][INFO]forge-1 - Registered component: slider
53-
[15:54:55.922][INFO]forge-1 - Registered component: compositeSlider
54-
[15:54:55.922][INFO]forge-1 - Registered component: fileSelector
55-
[15:54:55.923][INFO]forge-1 - Registered component: compositeComponent
56-
[15:54:55.995][INFO] Created font - mcfontBold
24+
[03:30:18.674][INFO] Engine Version: 1.15.15
25+
[03:30:18.674][INFO] Application Title: FoxesLauncher-1.24.1
26+
[03:30:18.674][INFO] Operating System: windows
27+
[03:30:18.674][INFO] Available Processors: 20
28+
[03:30:18.675][INFO] System Load Average: -1.0
29+
[03:30:18.675][INFO] Log Level: INFO
30+
[03:30:18.679][INFO] Log level set to INFO
31+
[03:30:18.762][INFO] Initializing ExecutorService with pool size: 10
32+
[03:30:18.763][WARN] executor-config.properties not found, using default settings.
33+
[03:30:18.763][INFO] Creating default ExecutorService with pool size: 10
34+
[03:30:18.884][INFO]forge-0 Sounds loaded successfully
35+
[03:30:19.087][INFO] FrameConstructor initialization
36+
[03:30:19.091][INFO] Building FrameConstructor...
37+
[03:30:19.210][INFO]forge-1 Initializing StyleProvider with path: assets/styles/
38+
[03:30:19.220][INFO]forge-1 Registering json adapter...
39+
[03:30:19.221][INFO]forge-1 Registering json5 adapter...
40+
[03:30:19.221][INFO]forge-1 Registered adapters: [json5, json]
41+
[03:30:19.233][INFO]forge-1 - Registered component: label
42+
[03:30:19.235][INFO]forge-1 - Registered component: progressBar
43+
[03:30:19.235][INFO]forge-1 - Registered component: button
44+
[03:30:19.235][INFO]forge-1 - Registered component: textArea
45+
[03:30:19.236][INFO]forge-1 - Registered component: checkBox
46+
[03:30:19.236][INFO]forge-1 - Registered component: textField
47+
[03:30:19.236][INFO]forge-1 - Registered component: spriteImage
48+
[03:30:19.237][INFO]forge-1 - Registered component: passField
49+
[03:30:19.237][INFO]forge-1 - Registered component: spinner
50+
[03:30:19.237][INFO]forge-1 - Registered component: multiButton
51+
[03:30:19.238][INFO]forge-1 - Registered component: dropBox
52+
[03:30:19.238][INFO]forge-1 - Registered component: slider
53+
[03:30:19.238][INFO]forge-1 - Registered component: compositeSlider
54+
[03:30:19.239][INFO]forge-1 - Registered component: fileSelector
55+
[03:30:19.239][INFO]forge-1 - Registered component: compositeComponent
56+
[03:30:19.345][INFO] Created font - mcfontBold

0 commit comments

Comments
 (0)