🚧Builders

Since 1.0.0 (Depends on the builder)

Builders are simple, they allow you to build objects easily in just one (Usually split) line without depending on how the object actually works. For example, the ItemBuilder allows you to create custom items without having to worry about what methods belong to the ItemStack class, what other methods belong to the ItemMeta interface, getting the ItemMeta and so on.

Last updated