summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorDayLightBurner.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-09-08 16:52:30 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-09-08 16:52:30 +0200
commit40503ab8912c21c8f7913b190fcf835dd8ad18d1 (patch)
tree5ec63036a2c852704a92e8ce1b3f111a13ed8d0a /src/Mobs/Behaviors/BehaviorDayLightBurner.h
parentmerge (diff)
downloadcuberite-mobs2.tar
cuberite-mobs2.tar.gz
cuberite-mobs2.tar.bz2
cuberite-mobs2.tar.lz
cuberite-mobs2.tar.xz
cuberite-mobs2.tar.zst
cuberite-mobs2.zip
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorDayLightBurner.h')
-rw-r--r--src/Mobs/Behaviors/BehaviorDayLightBurner.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Mobs/Behaviors/BehaviorDayLightBurner.h b/src/Mobs/Behaviors/BehaviorDayLightBurner.h
index 920f9d5c7..ebdae9977 100644
--- a/src/Mobs/Behaviors/BehaviorDayLightBurner.h
+++ b/src/Mobs/Behaviors/BehaviorDayLightBurner.h
@@ -4,6 +4,16 @@
#include "Behavior.h"
#include "../../World.h"
+/**
+The mob will burn in daylight.
+
+Connections to other behaviors:
+ - None.
+
+Special connections:
+ - Alters the pathfinder, so that the mob will try avoiding sunlight.
+
+*/
class cBehaviorDayLightBurner : cBehavior
{
public: