Custom Crafter API
Functions
Get an item that is used for an all-candidates-menu's not displayable items slot in default.
Get an item that is used for an all-candidates-menu's not displayable items slot.
Gets a base block type.
get base block's side size.
Returns a current CraftUI designer.
returns an IMMUTABLE list what contains all registered recipes.
Returns a boolean value that means the Custom Crafter API give result items to players or not.
Returns a boolean value that means 'Custom Craft UI open' enabled or not.
Returns a boolean value that means 'multiple result candidate' feature enabled or not.
Checks full-compatibility
registers a provided recipe and calls RegisterCustomRecipeEvent.
Set an item that is used for an all-candidates-menu's not displayable items slot. If the specified items material is not Material#isItem, this throws Errors.
Sets base block with given material.
Sets BaseBlock to Material.GOLD_BLOCK (default value).
set base block's side size.
Sets base block's side size to 3 (default value).
Sets a new CraftUI designer if a specified is valid.
Sets the default CraftUI designer.
Sets a boolean value that means the Custom Crafter API give result items to players or not.
Sets ResultGiveCancel to false (default value).
Sets 'Custom Craft UI open' enables or not.
Sets 'Custom Craft UI open' enable.
Sets 'multiple result candidate' feature enables or not.
Sets useMultipleResultCandidateFeature to false (default value).
Unregisters all registered recipes.
unregisters a provided recipe and calls UnregisterCustomRecipeEvent.