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
Copy
import crafttweaker.api.bracket.NeoForgeBracketHandlers;

Link to getAttachmentType

Name: getAttachmentType

Return Type: AttachmentType

ZenScript
Copy
NeoForgeBracketHandlers.getAttachmentType(tokens as string) as AttachmentType
ParameterType
Parameter
tokens
Type
string

Name: getItemAbility

Return Type: ItemAbility

ZenScript
Copy
NeoForgeBracketHandlers.getItemAbility(tokens as string) as ItemAbility
ParameterType
Parameter
tokens
Type
string