Skip to content
New issue

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

Feat/check reloading #10

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Axionize
Copy link

Add infrastructure to support check reloading
Axionize/LightningGrim#26

You added 2 commits December 20, 2024 20:34
* isCheckType(CheckType type) -> is(CheckType type)
* getCheckMask() -> getMask()
* make getUnloadedBehaviour() default to return the default unloaded behaviour instance
public int getMask() {
return mask;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}


private final int mask;

CheckType(int bitPosition) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could get bitPosition from ordinal() instead of it being a constructor parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants