Add methods to change entity physics (#10334)

This commit is contained in:
maxcom1
2024-03-23 22:26:17 +01:00
parent 0c76cbb7cc
commit 6a200a1663
11 changed files with 66 additions and 106 deletions

View File

@@ -9,8 +9,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/org/bukkit/entity/Entity.java
+++ b/src/main/java/org/bukkit/entity/Entity.java
@@ -0,0 +0,0 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
boolean isInvisible();
// Paper end - move invisibility up to Entity
boolean hasNoPhysics();
// Paper end - missing entity api
+ // Paper start - Freeze Tick Lock API
+ /**