[ci skip] Add more identifying patch comments
This commit is contained in:
parent
3c246dc632
commit
66431e1300
84 changed files with 265 additions and 271 deletions
|
@ -33,7 +33,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
boolean isInPowderedSnow();
|
||||
// Paper end
|
||||
+
|
||||
+ // Paper Start - Collision API
|
||||
+ // Paper start - Collision API
|
||||
+ /**
|
||||
+ * Checks for any collisions with the entity's bounding box at the provided location.
|
||||
+ * This will check for any colliding entities (boats, shulkers) / worldborder / blocks.
|
||||
|
@ -53,5 +53,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * @return collides or not
|
||||
+ */
|
||||
+ boolean wouldCollideUsing(@NotNull BoundingBox boundingBox);
|
||||
+ // Paper End - Collision API
|
||||
+ // Paper end - Collision API
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue