@@ -32,7 +32,6 @@ public class BlockCanBuildEvent extends BlockEvent {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param block the block involved in this event
|
||||
* @param player the player placing the block
|
||||
* @param type the id of the block to place
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* {@link org.bukkit.event.Event Events} relating to when a {@link
|
||||
* org.bukkit.block.Block block} is changed or interacts with the {@link
|
||||
* org.bukkit.World world}.
|
||||
*/
|
||||
package org.bukkit.event.block;
|
||||
|
||||
Reference in New Issue
Block a user