added SetFlying mechanic authored by Lxlp's avatar Lxlp
...@@ -143,6 +143,7 @@ are able to target locations as well. ...@@ -143,6 +143,7 @@ are able to target locations as well.
| [SetRaiderPatrolBlock][] | Sets the target raider to patrol a location | | [SetRaiderPatrolBlock][] | Sets the target raider to patrol a location |
| [SetRaiderPatrolLeader][] | Sets the raider patrol leader | | [SetRaiderPatrolLeader][] | Sets the raider patrol leader |
| [SetFaction][] | Changes the target entity's faction | | [SetFaction][] | Changes the target entity's faction |
| [SetFaction][] | Sets whether the target player is flying |
| [SetNoDamageTicks][] | Sets the nodamageticks of the target | | [SetNoDamageTicks][] | Sets the nodamageticks of the target |
| [SetOwner][] | Makes the target the owner of the casting mob | | [SetOwner][] | Makes the target the owner of the casting mob |
| [SetParent][] | Makes the target the parent of the casting mob | | [SetParent][] | Makes the target the parent of the casting mob |
...@@ -406,6 +407,7 @@ but not yet ready for use. ...@@ -406,6 +407,7 @@ but not yet ready for use.
[SetCollidable]: /skills/mechanics/setcollidable [SetCollidable]: /skills/mechanics/setcollidable
[SetDragonPodium]: /skills/mechanics/SetDragonPodium [SetDragonPodium]: /skills/mechanics/SetDragonPodium
[SetFaction]: /skills/mechanics/setFaction [SetFaction]: /skills/mechanics/setFaction
[SetFlying]: /skills/mechanics/SetFlying
[SetGameMode]: /skills/mechanics/setgamemode [SetGameMode]: /skills/mechanics/setgamemode
[SetGliding]: /skills/mechanics/setgliding [SetGliding]: /skills/mechanics/setgliding
[SetGlobalScore]: /skills/mechanics/setglobalscore [SetGlobalScore]: /skills/mechanics/setglobalscore
... ...
......