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

Simplify for the simple, instead of replacing scheduleDelayedTask. #9

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

Commits on Oct 13, 2020

  1. Implement hopper inventory

    lukeeey committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1f68f75 View commit details
    Browse the repository at this point in the history
  2. Clean up the POM

    lukeeey committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    14ac237 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Replaced scheduleDelayedTask():

    We replaced the deprecated task scheduling method with NukkitRunnable.
    The task is scheduled using NukkitRunnable.runTaskLater(), which is better supported and cleaner.
    Global Plugin Access:
    
    The globally accessible Plugin instance is fetched using FakeInventoriesPlugin.getInstance() to ensure that the task is tied to the correct plugin lifecycle.
    jrodr10 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c01959f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    9a1af72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade7ad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    5ca1015 View commit details
    Browse the repository at this point in the history
  2. FakeInventory.java

    jrodr10 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2837be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc67b8 View commit details
    Browse the repository at this point in the history
  4. mm

    jrodr10 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d29e1d2 View commit details
    Browse the repository at this point in the history
  5. mm

    jrodr10 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2e5b81f View commit details
    Browse the repository at this point in the history
  6. mhm better

    jrodr10 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0d1646e View commit details
    Browse the repository at this point in the history
  7. Java 8, oop

    jrodr10 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    73b677a View commit details
    Browse the repository at this point in the history