Reduce the visibility of Entity#initializeDefaultGravity

This commit is contained in:
Németh Noel 2021-06-28 21:58:59 +02:00
parent 796d296f0d
commit f6425d9fb2

View File

@ -1648,7 +1648,7 @@ public class Entity implements Viewable, Tickable, EventHandler<EntityEvent>, Da
* the default values according to <a href="https://minecraft.fandom.com/wiki/Entity#Motion_of_entities">Motion of entities</a>
*/
@SuppressWarnings("JavadocReference")
public void initializeDefaultGravity() {
private void initializeDefaultGravity() {
// TODO Add support for these values in the data generator
// Acceleration
switch (entityType) {