Many javadoc fixes thanks to Celtic Minstrel
This commit is contained in:
@@ -2,12 +2,11 @@ package org.bukkit.event.entity;
|
||||
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.entity.Entity;
|
||||
import org.bukkit.event.Cancellable;
|
||||
|
||||
/**
|
||||
* Called when an entity is damaged by a block
|
||||
*/
|
||||
public class EntityDamageByBlockEvent extends EntityDamageEvent implements Cancellable {
|
||||
public class EntityDamageByBlockEvent extends EntityDamageEvent {
|
||||
|
||||
private Block damager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user