mirror of
https://github.com/FabricMC/fabric.git
synced 2025-09-06 11:24:23 +00:00

* Mark events class constructor as private * Enhance FabricServerConfigurationNetworkHandler javadoc * Expand package-info * Mark some interfaces as non-extendable * Refactor PlayerLookup and fix javadoc The example about block entities was removed. This is not the proper way to do it anymore; you should use `BlockEntity#markDirty` and the built-in syncing. * Fix missing period * Fix typos * Fix checkstyle. --------- Co-authored-by: modmuss50 <modmuss50@gmail.com>