outsourced repeating code to own functions created javadoc

This commit is contained in:
2021-08-02 02:53:40 +02:00
parent f5851e56e6
commit 57f000f6c5
10 changed files with 275 additions and 94 deletions

13
BetterMinecraft.iml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="JavaSE-1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Spigot 1.16.5" level="project" />
</component>
</module>