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

Add a MountPointAware interface for robot rendering #1034

Closed
Vexatos opened this issue Apr 8, 2015 · 1 comment
Closed

Add a MountPointAware interface for robot rendering #1034

Vexatos opened this issue Apr 8, 2015 · 1 comment

Comments

@Vexatos
Copy link
Contributor

Vexatos commented Apr 8, 2015

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.

@fnuecke
Copy link
Member

fnuecke commented Apr 22, 2015

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)

@fnuecke fnuecke closed this as completed Apr 22, 2015
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

No branches or pull requests

2 participants