mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Rename & Repackage
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
|
||||
// Jad home page: http://www.kpdus.com/jad.html
|
||||
// Decompiler options: packimports(3)
|
||||
|
||||
final class Item extends Animable {
|
||||
|
||||
@Override
|
||||
public final Model getRotatedModel() {
|
||||
ItemDef itemDef = ItemDef.forID(ID);
|
||||
return itemDef.method201(anInt1559);
|
||||
}
|
||||
|
||||
public Item() {
|
||||
}
|
||||
|
||||
public int ID;
|
||||
public int x;
|
||||
public int y;
|
||||
public int anInt1559;
|
||||
}
|
||||
Reference in New Issue
Block a user