diff options
Diffstat (limited to 'Minecraft.World/ControlledByPlayerGoal.h')
| -rw-r--r-- | Minecraft.World/ControlledByPlayerGoal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.World/ControlledByPlayerGoal.h b/Minecraft.World/ControlledByPlayerGoal.h index f49eaaf1..25bd579c 100644 --- a/Minecraft.World/ControlledByPlayerGoal.h +++ b/Minecraft.World/ControlledByPlayerGoal.h @@ -26,6 +26,11 @@ public: void stop(); bool canUse(); void tick(); + +private: + bool isNoJumpTile(int tile); + +public: bool isBoosting(); void boost(); bool canBoost(); |
