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

Added missing entity #573

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Added missing entity #573

wants to merge 3 commits into from

Conversation

sora7672
Copy link
Contributor

No description provided.

Changed to correct link
for conneting the IThrowable entity.
@jaredlll08
Copy link
Member

You need to add the new page to the docs.json file as well


## Methods
## ZenGetter/ZenSetter
Copy link
Collaborator

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.

Copy link
Contributor Author

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.
Copy link
Collaborator

@Witixin1512 Witixin1512 May 17, 2024

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.

Copy link
Contributor Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants