NeoForgeBracketHandlers
Link to neoforgebrackethandlers
This class contains the "simple" NeoForge Bracket handlers from CraftTweaker.
Importing the class
Link to importing-the-class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.bracket.NeoForgeBracketHandlers;
Static Methods
Link to static-methods
Name: getAttachmentType
Return Type: AttachmentType
ZenScript CopyNeoForgeBracketHandlers.getAttachmentType(tokens as string) as AttachmentType
Parameter | Type |
---|---|
Parameter tokens | Type string |
Name: getItemAbility
Return Type: ItemAbility
ZenScript CopyNeoForgeBracketHandlers.getItemAbility(tokens as string) as ItemAbility
Parameter | Type |
---|---|
Parameter tokens | Type string |