From 92ef9d939bad8b7ac57ebf74db96f022a6994972 Mon Sep 17 00:00:00 2001 From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com> Date: Sat, 27 Jan 2024 15:00:58 -0500 Subject: [PATCH] under where? --- patches/api/0459-Player-standing-on-position-API.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/api/0459-Player-standing-on-position-API.patch b/patches/api/0459-Player-standing-on-position-API.patch index 5cf114c324..01c9bd54e8 100644 --- a/patches/api/0459-Player-standing-on-position-API.patch +++ b/patches/api/0459-Player-standing-on-position-API.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Player standing on position API diff --git a/src/main/java/org/bukkit/entity/Entity.java b/src/main/java/org/bukkit/entity/Entity.java -index 6ace3581f8d0c2a1b7e2188d5b6af5c984b74a0e..5f951bfde42aa0df331b69d0eed87566a353a54d 100644 +index 6ace3581f8d0c2a1b7e2188d5b6af5c984b74a0e..144af73a97328604fe01061d8075ddbeb706244a 100644 --- a/src/main/java/org/bukkit/entity/Entity.java +++ b/src/main/java/org/bukkit/entity/Entity.java @@ -1107,4 +1107,30 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent @@ -18,7 +18,7 @@ index 6ace3581f8d0c2a1b7e2188d5b6af5c984b74a0e..5f951bfde42aa0df331b69d0eed87566 + *
+ * Examples: + * - When standing on a slab under an ice block, this will return the position of the ice block. -+ * - When flying on top of a flower located under a grass block this will return the position of the grass block (although this technically will not affect your movement). ++ * - When flying on top of a flower placed on a grass block this will return the position of the grass block (although this technically will not affect your movement). + * + * @return block used for movement affects + */ @@ -31,7 +31,7 @@ index 6ace3581f8d0c2a1b7e2188d5b6af5c984b74a0e..5f951bfde42aa0df331b69d0eed87566 + *
+ * Examples: + * - When standing on a slab under an ice block, this will return the position of the slab. -+ * - When flying on top of a flower located under a grass block this will return null, because no block is holding your location. ++ * - When flying on top of a flower placed on a grass block this will return null, because no block is holding your location. + * + * @return block currently supporting the entity, or null if a block is currently not supporting the entity + */