You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WoodTypeBuilder#build method could be kept if the access widener is made transitive. I would imagine that solution would be preferred over leaving WoodTypeBuilder#build useless and updating the documentation accordingly.
The
WoodTypeBuilder#build
method mentions using theWoodType.register
method:fabric/fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/block/type/WoodTypeBuilder.java
Line 140 in f9000df
However, the access widener for this method is not transitive, meaning it is private to API consumers:
fabric/fabric-object-builder-api-v1/src/main/resources/fabric-object-builder-api-v1.accesswidener
Line 16 in f9000df
Note that the test mod uses this method, so the test mod currently does not provide a working example of using this API:
fabric/fabric-object-builder-api-v1/src/testmod/java/net/fabricmc/fabric/test/object/builder/TealSignTest.java
Line 79 in f9000df
The text was updated successfully, but these errors were encountered: