mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-01-01 18:27:35 +01:00
Fixed typo in API documentation
This commit is contained in:
parent
7fd50a0507
commit
a46deeb6ba
@ -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…
Reference in New Issue
Block a user