Hi guys. Is there a javadocs for a client's source?
And also, where can I find the names of objects that are being used in game (like a gfx/terobjs/plants/carrot) ?
public Coord rc, sc;
public Coord3f sczu;
public double a;
Kaios wrote:Spice Girls are integral to understanding Ysh's thought process when communicating, duly noted.
Ysh wrote:You think the man who names member variables as this:
- Code: Select all
public Coord rc, sc;
public Coord3f sczu;
public double a;
You think this man cares for some mortal documentation? This is seeming unlikely for me.
nixilus wrote:Ysh wrote:You think the man who names member variables as this:
- Code: Select all
public Coord rc, sc;
public Coord3f sczu;
public double a;
You think this man cares for some mortal documentation? This is seeming unlikely for me.
lol, seems like Im hoping too much.
But what's about a resource names? I've tried to find some in hafen-res.jar, but I haven't found anything that I need.
for(Gob gob : m_gui.map.glob.oc) {
Resource res = gob.getres();
if (res != null) {
System.out.println(gob.id + ": " + res.name + " @ " + gob.rc);
}
}
Kaios wrote:Spice Girls are integral to understanding Ysh's thought process when communicating, duly noted.
nixilus wrote:Is there a javadocs for a client's source?
Users browsing this forum: Claude [Bot] and 92 guests