-
Notifications
You must be signed in to change notification settings - Fork 0
Adding Documentation #1
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
base: master
Are you sure you want to change the base?
Conversation
EmiCB
commented
Jul 30, 2022
- Added README.md
- Added JavaDoc to plugin files
Geph
left a comment
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.
Yay, I can figure out how it works now!
jackah2
left a comment
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.
Make sure you merge in the new changes or rebase 👍
| /** The player's previous location. */ | ||
| private Location prevLocation; | ||
|
|
||
| /** The Observe event. */ |
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.
| /** The Observe event. */ | |
| /** The current Observe event being photographed. */ |
| It should show up in the target directory. Make sure to update your version number. | ||
|
|
||
| ## Dependencies | ||
| - [WHIMC Observations](https://github.com/whimc/Observations) |
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.
Worth noting that you currently have to locally install observations to be able to compile the plugin
| ## Dependencies | ||
| - [WHIMC Observations](https://github.com/whimc/Observations) | ||
|
|
||
| ## Commands |
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.
I've since added a couple new commands
| * @return The newly registered CameraOperator. | ||
| */ | ||
| public static Optional<CameraOperator> registerCameraOperator(Photographer plugin, Player player, SocketIOClient client) { | ||
| // check if player and client are present |
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.
| // check if player and client are present | |
| // check if player or client are already registered |
|
@Emi I took the contents of your readme here and merged them in on a different branch. |