-
Notifications
You must be signed in to change notification settings - Fork 131
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
Added missing entity #573
base: main
Are you sure you want to change the base?
Added missing entity #573
Conversation
Changed to correct link
for conneting the IThrowable entity.
You need to add the new page to the docs.json file as well |
|
||
## Methods | ||
## ZenGetter/ZenSetter |
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 understand the docs are not very consistent about it, but i'd prefer if we kept it:
## Methods
## ZenGetters/ZenSetters
Like some other pages have it.
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.
True, i just have fast fixed the missing link, didnt check the rest.
Will look into this when i dive into 1.12.2 again.
IProjectile is not implementing any other class. | ||
|
||
## ZenMethods | ||
`void shoot(double x, double y, double z, float velocity, float inaccuracy);` -> returns nothing. |
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.
Syntax should be in ZenScript:
shoot(x as double, y as double ...) as void
.
I find the last comment to be redundant but that's more of personal taste.
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.
Well to be fair, there is no kinda "syntax" for page buildups, so i copied that from one which was looking good readable and changed the context.
If there should be smth. like this, i recommend writting smth. like "How to edit the docs", where is pointed out how to note stuff and where to add notes/hints ;)
If you go through the you will see each version is looking different build up and even in the versions it looks different per page(also when its the same level of info, like different entities)
No description provided.