@wayward/types 2.15.5-beta.dev.20260416.1 → 2.15.5-beta.dev.20260421.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.
@@ -112,6 +112,7 @@ export default abstract class Entity<DescriptionType = unknown, TypeType extends
112
112
  */
113
113
  get isWithinHumanBounds(): boolean;
114
114
  setHumansWithinBound(humansWithinBound: IHumanBound[]): void;
115
+ getHumansWithinBound(): Human[];
115
116
  /**
116
117
  * Returns humans within this entities fov & that they can see
117
118
  */
@@ -107,6 +107,7 @@ export interface IInsulationResult {
107
107
  total: number;
108
108
  }
109
109
  export declare namespace Insulation {
110
+ function calculate(entity: Entity | undefined, insulation: IInsulationDescription | undefined, type: TempType): IInsulationResult | undefined;
110
111
  function get(entity: Entity | undefined, insulation: IInsulationDescription | undefined, type: TempType): IInsulationResult | undefined;
111
112
  const translate: (value: Entity<unknown, number, import("../reference/IReferenceManager").EntityReferenceTypes, unknown> | undefined, insulation: IInsulationResult | undefined, type?: TempType | undefined) => import("../../language/impl/TranslationImpl").default | undefined;
112
113
  function equals(a: IInsulationResult | undefined, b: IInsulationResult | undefined): boolean;
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.15.5-beta.dev.20260416.1",
4
+ "version": "2.15.5-beta.dev.20260421.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",