-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Feature/track move flyblocks #700
Feature/track move flyblocks #700
Conversation
Aren't there methods already in place that do that? Try checking the code for the status sign for an idea of how this works. Edit: There isn't but it seems you made it easier to access. I'm not sure if this is the correct way to do it, considering that someone might add a different set of blocks required for the craft. I think these implementations should be up to the programmer making the add-on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few comments on clean up and style.
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusManager.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusManager.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusManager.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusSign.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusSign.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusSign.java
Outdated
Show resolved
Hide resolved
Movecraft/src/main/java/net/countercraft/movecraft/features/status/StatusSign.java
Outdated
Show resolved
Hide resolved
Tested and working well! |
Describe in detail what your pull request accomplishes
Add craft methods to get:
Move Block Amount
Flyblock Amount
Related issues:
#678
Checklist