Fixed typo in API documentation

This commit is contained in:
Intelli 2023-07-28 15:42:40 -06:00
parent 7fd50a0507
commit a46deeb6ba
3 changed files with 19 additions and 19 deletions

View File

@ -203,7 +203,7 @@ This will parse results from a lookup. You'll then be able to view the following
* **getZ():** Get the Z coordinate of the block. * **getZ():** Get the Z coordinate of the block.
* **getType():** Get the Material of the block. * **getType():** Get the Material of the block.
* **getBlockData():** Get the BlockData of the block. * **getBlockData():** Get the BlockData of the block.
* **getPlayer():** Get the username as a string.. * **getPlayer():** Get the username as a string.
* **getTimestamp():** Get the time of the action. * **getTimestamp():** Get the time of the action.
* **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction) * **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction)
* **getActionString():** Get the action as a string. (Removal, Placement, Interaction) * **getActionString():** Get the action as a string. (Removal, Placement, Interaction)

View File

@ -203,7 +203,7 @@ This will parse results from a lookup. You'll then be able to view the following
* **getZ():** Get the Z coordinate of the block. * **getZ():** Get the Z coordinate of the block.
* **getType():** Get the Material of the block. * **getType():** Get the Material of the block.
* **getBlockData():** Get the BlockData of the block. * **getBlockData():** Get the BlockData of the block.
* **getPlayer():** Get the username as a string.. * **getPlayer():** Get the username as a string.
* **getTimestamp():** Get the time of the action. * **getTimestamp():** Get the time of the action.
* **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction) * **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction)
* **getActionString():** Get the action as a string. (Removal, Placement, Interaction) * **getActionString():** Get the action as a string. (Removal, Placement, Interaction)

View File

@ -225,7 +225,7 @@ This will parse results from a lookup. You'll then be able to view the following
* **getZ():** Get the Z coordinate of the block. * **getZ():** Get the Z coordinate of the block.
* **getType():** Get the Material of the block. * **getType():** Get the Material of the block.
* **getBlockData():** Get the BlockData of the block. * **getBlockData():** Get the BlockData of the block.
* **getPlayer():** Get the username as a string.. * **getPlayer():** Get the username as a string.
* **getTimestamp():** Get the time of the action. * **getTimestamp():** Get the time of the action.
* **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction) * **getActionId():** Get the action ID. (0=removed, 1=placed, 2=interaction)
* **getActionString():** Get the action as a string. (Removal, Placement, Interaction) * **getActionString():** Get the action as a string. (Removal, Placement, Interaction)