API Documentation

From DeceasedCraft Wiki
Jump to navigation Jump to search

Item API

This section goes over the Item API Classes/Modules/Templates within the current user-created API.

Item Parsing

Item Parsing is an extremely useful tool for showing related information on an item.

<span style="color:orange" class="itemParse" data-mod="Create" data-item="Hand Crank" data-content>
Generates a small amount of Rotational Force through player interaction.<br><span style="color:yellow">32x RPM</span>
</span>
Parameter Description Required
data-item Name of the item Yes
data-mod Mod from which the item came from Yes
data-placeholder Placeholder of text. If left blank, data-item will fill it. No

Text API

API to control text

Text Color

Undocumented