Fixed typo in API documentation
This commit is contained in:
parent
7fd50a0507
commit
a46deeb6ba
3 changed files with 19 additions and 19 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue