Conversation
Changed to correct link
for conneting the IThrowable entity.
|
You need to add the new page to the docs.json file as well |
| - [IProjectile](/Vanilla/Entities/IProjectile/) | ||
|
|
||
| ## Methods | ||
| ## ZenGetter/ZenSetter |
There was a problem hiding this comment.
I understand the docs are not very consistent about it, but i'd prefer if we kept it:
## Methods
## ZenGetters/ZenSettersLike some other pages have it.
There was a problem hiding this comment.
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.
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.
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.