mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 17:46:25 -05:00
83a865928d
The following classes have been made final and unconstructible: - All convention tags classes - `FluidVariantAttributes` - `FluidVariantRendering` The following classes have been made unconstructible: - `BiomeModifications` - `ClientEntityEvents` - `ClientTickEvents` - `LootTableEvents` - `FabricDefaultAttributeRegistry` - `MinecartComparatorLogicRegistry` - `StorageUtil` The following classes have been explicitly marked as final. Note that actually extending such class has always been impossible due to missing public constructor: - `VillagerInteractionRegistries` - `VillagerPlantableRegistry` - `ModelHelper` - `StoragePreconditions` While the first two are technically breaking changes, there is no actual or observed usage for any of those. |
||
---|---|---|
.. | ||
src | ||
build.gradle |