CloudburstMC / Cloudburst

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
178 stars 70 forks source link

Item Refactor #162

Closed SupremeMortal closed 2 weeks ago

SupremeMortal commented 2 years ago

Remove ItemStack's dependency on the server module so it can be instantiated anywhere to make it easier to use. This comes with the sacrifice of not being able to validate the data within an ItemStack immediately and store internal cached NBT as we did in CloudItemStack. Still, these disadvantages won't cause any significant issues in terms of performance.