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
public interface MountPointAware { public boolean canUseMountPoint(MountPointPosition pos); public static enum MountPointPosition { BACK_BOTTOM, BACK_TOP, FRONT, LEFT_BOTTOM, LEFT_TOP, RIGHT_BOTTOM, RIGHT_TOP; } }
For IItemRenderers. Because why not.
IItemRenderer
The text was updated successfully, but these errors were encountered:
I'm closing this, also, since this can be inferred from the mount-point passed to the render callback added for #1038.
(Edit: well, not the canUse part, but that'd make things unnecessarily complicated, IMHO)
canUse
Sorry, something went wrong.
No branches or pull requests
For
IItemRenderer
s.Because why not.
The text was updated successfully, but these errors were encountered: