isaacscript-common 62.0.0 → 64.0.0

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.
@@ -4712,6 +4712,8 @@ export declare function getActivePocketItemSlot(player: EntityPlayer): PocketIte
4712
4712
  *
4713
4713
  * This is just a filtering of the results of the `getAdjacentExistingRoomGridIndexes` function. See
4714
4714
  * that function for more information.
4715
+ *
4716
+ * @param roomGridIndex Optional. Default is the current room index.
4715
4717
  */
4716
4718
  export declare function getAdjacentExistingRoomGridIndexes(roomGridIndex?: int): readonly int[];
4717
4719
 
@@ -9232,12 +9234,6 @@ export declare function isGoldenTrinketType(trinketType: TrinketType): boolean;
9232
9234
  /** Helper function to see if the given pill color is either a gold pill or a horse gold pill. */
9233
9235
  export declare function isGoldPill(pillColor: PillColor): boolean;
9234
9236
 
9235
- /**
9236
- * Helper function to check if the difficulty of the current run is equal to `Difficulty.GREED` or
9237
- * `Difficulty.GREEDIER`.
9238
- */
9239
- export declare function isGreedMode(): boolean;
9240
-
9241
9237
  /** Helper function to detect if a variable is of type `GridEntity`. */
9242
9238
  export declare function isGridEntity(variable: unknown): variable is GridEntity;
9243
9239