HyCodeYourTale
classpublicPriority 3

ActionMount

com.hypixel.hytale.builtin.mounts.npc.ActionMount

extends ActionBase

2

Methods

2

Public Methods

5

Fields

1

Constructors

Constants

StringEMPTY_ROLE_ID= "Empty_Role"

Constructors

public
ActionMount(BuilderActionMount builderActionMount, BuilderSupport builderSupport)

Methods

Public Methods (2)

public
boolean canExecute(Ref<EntityStore> ref, Role role, InfoProvider sensorInfo, double dt, Store<EntityStore> store)
@Override
public
boolean execute(Ref<EntityStore> ref, Role role, InfoProvider sensorInfo, double dt, Store<EntityStore> store)
@Override

Fields

Protected Fields (5)

protectedfloat anchorX
protectedfloat anchorY
protectedfloat anchorZ
protectedint emptyRoleIndex
protectedString movementConfigId

Related Classes