SilkMC / silk

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
https://silkmc.net/silk/docs/
GNU General Public License v3.0
100 stars 12 forks source link

Create InventoryExtensions.kt #25

Closed btwonion closed 2 years ago

btwonion commented 2 years ago

add function to check if itemStack can be added to Container

btwonion commented 2 years ago

code is reformatted now

btwonion commented 2 years ago

i found out that Inventory#add returns a boolean which does the same as my function. so it's unnecessary