lgou2w/ldk

Naming consistency

Closed this issue · 2 comments

Rename XMaterial to Materials to keep consistency.

XMaterial has existed since 0.0.1-beta2, and if you do, many project dependencies will be destroyed.

But for kotlin, you can do this with typealias Materials = XMaterial. For java, you can't enjoy it.