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 New and Improved Lidded API #11379

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

Commits on Sep 12, 2024

  1. Add a New and Improved Lidded API

    Featuring
    - 5 LidModes, 3 of which were not possible before
    - The ability to get if the lid actually should be open, if a player is in the container
    - The ability to get if the is open, from api or the player itself
    
    This also deprecates Bukkits api because of the confusing and outright incorrect javadocs (so those now accurately represent the behaviour)
    456dev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a4979e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix javadoc

    456dev committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2849819 View commit details
    Browse the repository at this point in the history
  2. fix api nullability

    456dev committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    90bc6a3 View commit details
    Browse the repository at this point in the history
  3. Add PlayerLiddedOpenEvent

    456dev committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6f00d6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b59a2f4 View commit details
    Browse the repository at this point in the history
  5. fix cancellation

    456dev committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    565343b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c7b0e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65a31d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08840a3 View commit details
    Browse the repository at this point in the history