-
Notifications
You must be signed in to change notification settings - Fork 0
Item For Developers
This section is dedicated to developers. If you are looking for the server admins page, click here
Many of the fields referenced on this page might be or require platform specific values. Check the glossary
The item module aims to ease and improve the QOL of both server admins and developers by providing common, intuitive methods of creating and customizing objects.
It does so by providing a comprehensive API with method chaining and basic constructors that reduces the overhead introduced by ItemMeta.
All the objects described in this section are part of the base module,
which is totally independent of any platform.
If you want to store or load data on files, you will need to import the serializer module
and use ItemYAGLParser#addAllParsers()
JUST ONCE before starting any IO operation (it also includes calls to WrappersYAGLParser#addAllParsers()
so you are not needed to specify that).
Any reference to bukkit requires the bukkit module imported.