We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Boolean' is shortened as 'bool' inconsistently within field names relating to serialization:
PacketCodecs.BOOL
TrackedDataHandlerRegistry.BOOLEAN
This inconsistency is most obvious when looking at the way the latter field is initialized:
public static final TrackedDataHandler<Boolean> BOOLEAN = TrackedDataHandler.create(PacketCodecs.BOOL);
The text was updated successfully, but these errors were encountered:
Fix FabricMC#4013
998c804
Successfully merging a pull request may close this issue.
'Boolean' is shortened as 'bool' inconsistently within field names relating to serialization:
PacketCodecs.BOOL
fieldTrackedDataHandlerRegistry.BOOLEAN
fieldThis inconsistency is most obvious when looking at the way the latter field is initialized:
The text was updated successfully, but these errors were encountered: