From 9080e9b372e9231fb98ea3bd4161ccbf0fe05faf Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 30 Oct 2020 09:40:47 +0200 Subject: [PATCH] start using Paper API for 1.16+ pathfinder goal removal --- .gitignore | 6 +- .idea/artifacts/SkStuff_jar.xml | 1 - .idea/discord.xml | 2 +- .idea/workspace.xml | 58 ++++++----- SkStuff.iml | 79 +++++++-------- bin/me/TheBukor/SkStuff/SkStuff.class | Bin 10418 -> 9847 bytes .../SkStuff/effects/EffClearPathGoals.class | Bin 2447 -> 2444 bytes .../SkStuff/effects/EffMakeJump.class | Bin 3520 -> 3511 bytes .../SkStuff/effects/EffRemovePathGoal.class | Bin 7999 -> 7984 bytes .../SkStuff/effects/EffSetPathGoal.class | Bin 24737 -> 25476 bytes .../SkStuff/effects/EffShowEntityEffect.class | Bin 2769 -> 2932 bytes .../SkStuff/expressions/ExprFireProof.class | Bin 4200 -> 4194 bytes .../SkStuff/expressions/ExprNoClip.class | Bin 4211 -> 4202 bytes .../PathfinderGoalFollow_v1_13_R2.class | Bin 3039 -> 3033 bytes .../PathfinderGoalFollow_v1_14_R1.class | Bin 3039 -> 3033 bytes .../TheBukor/SkStuff/util/NMS_v1_13_R2.class | Bin 3820 -> 3817 bytes .../TheBukor/SkStuff/util/NMS_v1_14_R1.class | Bin 3820 -> 5538 bytes .../TheBukor/SkStuff/util/NMS_v1_15_R1.class | Bin 3820 -> 5425 bytes .../SkStuff/util/ReflectionUtils.class | Bin 4351 -> 4327 bytes plugin.yml | 6 +- src/me/TheBukor/SkStuff/SkStuff.java | 17 ++-- .../SkStuff/effects/EffSetPathGoal.java | 21 ++-- .../PathfinderGoalFollow_v1_13_R2.java | 5 - ...ava => PathfinderGoalFollow_v1_16_R2.java} | 12 +-- .../TheBukor/SkStuff/util/NMS_v1_14_R1.java | 50 ++++++++-- .../TheBukor/SkStuff/util/NMS_v1_15_R1.java | 50 ++++++++-- .../TheBukor/SkStuff/util/NMS_v1_16_R1.java | 94 ------------------ .../TheBukor/SkStuff/util/NMS_v1_16_R2.java | 79 +++++++++++++++ 28 files changed, 269 insertions(+), 211 deletions(-) rename src/me/TheBukor/SkStuff/pathfinders/{PathfinderGoalFollow_v1_16_R1.java => PathfinderGoalFollow_v1_16_R2.java} (86%) delete mode 100644 src/me/TheBukor/SkStuff/util/NMS_v1_16_R1.java create mode 100644 src/me/TheBukor/SkStuff/util/NMS_v1_16_R2.java diff --git a/.gitignore b/.gitignore index d704bed..d60803b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -/out -/bin -/target +out +bin +target /META-INF /.settings /.idea diff --git a/.idea/artifacts/SkStuff_jar.xml b/.idea/artifacts/SkStuff_jar.xml index b2f7fed..7298fb6 100644 --- a/.idea/artifacts/SkStuff_jar.xml +++ b/.idea/artifacts/SkStuff_jar.xml @@ -3,7 +3,6 @@ $PROJECT_DIR$/out/artifacts/SkStuff_jar - diff --git a/.idea/discord.xml b/.idea/discord.xml index 59b11d1..a04e4e5 100644 --- a/.idea/discord.xml +++ b/.idea/discord.xml @@ -1,7 +1,7 @@ -