@wayward/types 2.14.4-beta.dev.20250321.1 → 2.14.4-beta.dev.20250324.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,10 @@ export default class Player extends Human<undefined, number, ReferenceType.Playe
78
78
  addItemMilestones(item: Item, context?: IActionContext): void;
79
79
  checkSkillMilestones(): void;
80
80
  private getUsableAction;
81
- protected onGetMovementIntent(): IMovementIntent | undefined;
81
+ /**
82
+ * Note: This is usually only ran on the server
83
+ */
84
+ getMovementIntent(): IMovementIntent;
82
85
  protected onCanMove(direction: Direction.Cardinal): false | undefined;
83
86
  protected onGetSkillGainMultiplier(skillType: SkillType): number | undefined;
84
87
  protected onDamage(damageInfo: IDamageInfo): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.14.4-beta.dev.20250321.1",
4
+ "version": "2.14.4-beta.dev.20250324.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",