mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +00:00
Make project setup easier with Maven (#411)
* Remove a bunch of .ideas and class files to see if it makes the setup easier * remove some .idea's and imkls * Remove a ton of .class files * [TASK] Switched to maven instead of gradle * [TASK] Added target to gitignore * Remove ignored files * [TASK] Fixed file_server source * [TASK] Fixed client source * [BUGFIX] Main Class * [BUGFIX] Fixed SLF4J * [TASK] Server Libs cleanup * Update setup guide/debug * Maven cli compile instructions * [TASK] Jar building * Update runServer and runFileServer.sh Co-authored-by: Sandro Coutinho <sandro@farrelltech.org>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
|
||||
// Jad home page: http://www.kpdus.com/jad.html
|
||||
// Decompiler options: packimports(3)
|
||||
|
||||
public class Animable extends NodeSub {
|
||||
|
||||
public void method443(int i, int j, int k, int l, int i1, int j1, int k1, int l1, int i2) {
|
||||
Model model = getRotatedModel();
|
||||
if (model != null) {
|
||||
modelHeight = model.modelHeight;
|
||||
model.method443(i, j, k, l, i1, j1, k1, l1, i2);
|
||||
}
|
||||
}
|
||||
|
||||
Model getRotatedModel() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Animable() {
|
||||
modelHeight = 1000;
|
||||
}
|
||||
|
||||
Class33 aClass33Array1425[];
|
||||
public int modelHeight;
|
||||
}
|
||||
Reference in New Issue
Block a user