mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 17:37:42 +01:00
Reduce the visibility of Entity#initializeDefaultGravity
This commit is contained in:
parent
796d296f0d
commit
f6425d9fb2
@ -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>
|
* the default values according to <a href="https://minecraft.fandom.com/wiki/Entity#Motion_of_entities">Motion of entities</a>
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("JavadocReference")
|
@SuppressWarnings("JavadocReference")
|
||||||
public void initializeDefaultGravity() {
|
private void initializeDefaultGravity() {
|
||||||
// TODO Add support for these values in the data generator
|
// TODO Add support for these values in the data generator
|
||||||
// Acceleration
|
// Acceleration
|
||||||
switch (entityType) {
|
switch (entityType) {
|
||||||
|
Loading…
Reference in New Issue
Block a user