Rebar Item Schema
Stores information about a Rebar item type, including its key, template ItemStack, class, and any associated blocks.
You should not need to use this if you are not working on Rebar.
Properties
Functions
Link copied to clipboard
Return's a clone of the template
Link copied to clipboard
Link copied to clipboard
Returns the raw template of the RebarItemSchema, this is the template used for all base instances of this item. Modifying this will modify all items created from this schema. Use with caution.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Attempts to place the block associated with this item.
Link copied to clipboard