Class: EntityNavigationFloatComponent
Allows this entity to generate paths by flying around the air like the regular Ghast.
Extends
Constructors
new EntityNavigationFloatComponent()
private
new EntityNavigationFloatComponent():EntityNavigationFloatComponent
Returns
EntityNavigationFloatComponent
Overrides
EntityNavigationComponent
. constructor
Properties
avoidDamageBlocks
readonly
avoidDamageBlocks:boolean
Remarks
Tells the pathfinder to avoid blocks that cause damage when finding a path.
Throws
This property can throw when used.
Inherited from
EntityNavigationComponent
. avoidDamageBlocks
avoidPortals
readonly
avoidPortals:boolean
Remarks
Tells the pathfinder to avoid portals (like nether portals) when finding a path.
Throws
This property can throw when used.