32 virtual ::Scripting::Result_deprecated<bool> getIsAmphibious()
const;
35 virtual ::Scripting::Result_deprecated<bool> getAvoidSun()
const;
38 virtual ::Scripting::Result_deprecated<bool> getCanPassDoors()
const;
41 virtual ::Scripting::Result_deprecated<bool> getCanOpenDoors()
const;
44 virtual ::Scripting::Result_deprecated<bool> getCanOpenIronDoors()
const;
47 virtual ::Scripting::Result_deprecated<bool> getCanBreakDoors()
const;
50 virtual ::Scripting::Result_deprecated<bool> getAvoidWater()
const;
53 virtual ::Scripting::Result_deprecated<bool> getAvoidDamageBlocks()
const;
56 virtual ::Scripting::Result_deprecated<bool> getCanFloat()
const;
59 virtual ::Scripting::Result_deprecated<bool> getCanSink()
const;
62 virtual ::Scripting::Result_deprecated<bool> getCanPathOverWater()
const;
65 virtual ::Scripting::Result_deprecated<bool> getCanPathOverLava()
const;
68 virtual ::Scripting::Result_deprecated<bool> getCanWalkInLava()
const;
71 virtual ::Scripting::Result_deprecated<bool> getAvoidPortals()
const;
74 virtual ::Scripting::Result_deprecated<bool> getCanWalk()
const;
77 virtual ::Scripting::Result_deprecated<bool> getCanSwim()
const;
80 virtual ::Scripting::Result_deprecated<bool> getCanBreach()
const;
83 virtual ::Scripting::Result_deprecated<bool> getCanJump()
const;
86 virtual ::Scripting::Result_deprecated<bool> getCanPathFromAir()
const;
92 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::NavigationScriptActorComponent> bind();
104 MCAPI ::Scripting::Result_deprecated<bool> $getIsAmphibious()
const;
106 MCAPI ::Scripting::Result_deprecated<bool> $getAvoidSun()
const;
108 MCAPI ::Scripting::Result_deprecated<bool> $getCanPassDoors()
const;
110 MCAPI ::Scripting::Result_deprecated<bool> $getCanOpenDoors()
const;
112 MCAPI ::Scripting::Result_deprecated<bool> $getCanOpenIronDoors()
const;
114 MCAPI ::Scripting::Result_deprecated<bool> $getCanBreakDoors()
const;
116 MCAPI ::Scripting::Result_deprecated<bool> $getAvoidWater()
const;
118 MCAPI ::Scripting::Result_deprecated<bool> $getAvoidDamageBlocks()
const;
120 MCAPI ::Scripting::Result_deprecated<bool> $getCanFloat()
const;
122 MCAPI ::Scripting::Result_deprecated<bool> $getCanSink()
const;
124 MCAPI ::Scripting::Result_deprecated<bool> $getCanPathOverWater()
const;
126 MCAPI ::Scripting::Result_deprecated<bool> $getCanPathOverLava()
const;
128 MCAPI ::Scripting::Result_deprecated<bool> $getCanWalkInLava()
const;
130 MCAPI ::Scripting::Result_deprecated<bool> $getAvoidPortals()
const;
132 MCAPI ::Scripting::Result_deprecated<bool> $getCanWalk()
const;
134 MCAPI ::Scripting::Result_deprecated<bool> $getCanSwim()
const;
136 MCAPI ::Scripting::Result_deprecated<bool> $getCanBreach()
const;
138 MCAPI ::Scripting::Result_deprecated<bool> $getCanJump()
const;
140 MCAPI ::Scripting::Result_deprecated<bool> $getCanPathFromAir()
const;
146 MCAPI
static void** $vftable();