-
Notifications
You must be signed in to change notification settings - Fork 390
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
Block tick method names #872
Comments
Since it isn't an event for say and closer to an actual implementation the Also what does randomDisplayTick specifically do? Is it similar to the sand particles from floating sand or lava dripping? |
Random display tick is like lava dripping particles or lit redstone particles if I recall correctly |
Yep, it's the client-sided block tick used for rendering block effects. |
Can we get |
I'd say |
I would also prefer |
Either way it needs to be prefixed with |
In the gui code, mojang has |
Up to now, people support no |
sure, my mistake. sorry juuz! |
Here is a vote on block's tick methods' names on whether to have an
on
prefix.onScheduledTick()
,onRandomDisplayTick()
,onRandomTick()
👍scheduledTick()
,randomDisplayTick()
,randomTick()
👎The
on
prefix exists for most methods, butrandomDisplayTick
exists previously as well inBlock
mappings. See #871.My personal opinion
I personally support no
on
prefix, which is the 👎 option. When we sum up, count extra 1 to the 👎The text was updated successfully, but these errors were encountered: