[Help] What is structure of L2J Project?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
chuong2a
Posts: 51
Joined: Thu Oct 25, 2012 2:07 am

[Help] What is structure of L2J Project?

Post by chuong2a »

[Help] What is structure of L2J Project?
Because in one file .java of com.l2jserver.***, you import many class, so I dont know what is the basic class which dont import any class of com.l2jserver.***.
Anderuimm
Posts: 32
Joined: Mon Jul 06, 2009 7:08 pm

Re: [Help] What is structure of L2J Project?

Post by Anderuimm »

Try to do like I do: find some function that uses the same class and look how it's works to "copy" the code functionalityes.

I use it and it's working 'till now. 8)
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: [Help] What is structure of L2J Project?

Post by BiggBoss »

There are many kind of entities in l2jserver, which has their base class. Depend on what you are looking for, theres a class or another. But there is no a "Object" class from which everything inherits (theres L2Object, base class just for game entities, like players, npcs or items)
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: [Help] What is structure of L2J Project?

Post by Zoey76 »

This image could illustrate it a bit more:
Image
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply