Fixed 3 event rename typos, cheers Master-Guy for letting me know
This commit is contained in:
parent
d923cd8c37
commit
8cf9d7fe6c
@ -257,7 +257,7 @@ public abstract class Event {
|
|||||||
/**
|
/**
|
||||||
* Called when a player is attempting to place a block
|
* Called when a player is attempting to place a block
|
||||||
*
|
*
|
||||||
* @see org.bukkit.event.block.BlockRightClickeEvent
|
* @see org.bukkit.event.block.BlockRightClickEvent
|
||||||
*/
|
*/
|
||||||
BLOCK_RIGHTCLICKED (Category.BLOCK),
|
BLOCK_RIGHTCLICKED (Category.BLOCK),
|
||||||
|
|
||||||
@ -366,14 +366,14 @@ public abstract class Event {
|
|||||||
* If a new chunk is being generated for loading, it will call
|
* If a new chunk is being generated for loading, it will call
|
||||||
* Type.CHUNK_GENERATION and then Type.CHUNK_LOADED upon completion
|
* Type.CHUNK_GENERATION and then Type.CHUNK_LOADED upon completion
|
||||||
*
|
*
|
||||||
* @see org.bukkit.event.world.ChunkLoadeEvent
|
* @see org.bukkit.event.world.ChunkLoadEvent
|
||||||
*/
|
*/
|
||||||
CHUNK_LOADED (Category.WORLD),
|
CHUNK_LOADED (Category.WORLD),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a chunk is unloaded
|
* Called when a chunk is unloaded
|
||||||
*
|
*
|
||||||
* @see org.bukkit.event.world.ChunkUnloadeEvent
|
* @see org.bukkit.event.world.ChunkUnloadEvent
|
||||||
*/
|
*/
|
||||||
CHUNK_UNLOADED (Category.WORLD),
|
CHUNK_UNLOADED (Category.WORLD),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user