-
Notifications
You must be signed in to change notification settings - Fork 273
Item type system
Momo edited this page Jul 27, 2016
·
3 revisions
Items and blocks IDs are registered in the constants system, using the ItemIds class.
If additional functionality is required for an item or block, it is registered in the Item Table class. Classes that are registered to add additional functionality to items are in the net.glowstone.block.itemtype package, and those for blocks are in the net.glowstone.block.blocktype package.
Getting Started:
Using Glowstone:
- Configuration Guide
- Plugin Compatibility
- Opening Tickets
- Library Management
- Server Icon
- Community Projects
Contributing:
Documentation:
-
Plugin Reference
-
Glowstone Internals