Table of Contents

Enum EnumAICreatureType

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Types of creatures used for pathfinding. Humanoids prefer taking paths.

public enum EnumAICreatureType
Extension Methods

Fields

Default = 0

Dumbest version. Never enters boiling water and lava. Prefers not to be in water. Slightly prefers to walk on blocks that give a walk speed bonus.

HeatProofCreature = 3

Does not avoid fire or boiling water. Still Avoids Lava

Humanoid = 2

Same as LandCreature, additionally strongly prefers to walk on blocks that give a walk speed bonues, such as stone paths

LandCreature = 1

Same as Default, Additionally never enters some types of blocks that are on fire (fire pits, coal piles and pit kilns)

SeaCreature = 4

Does not avoid water in any way