12
paper-api/src/org/bukkit/event/block/BlockBrokenEvent.java
Normal file
12
paper-api/src/org/bukkit/event/block/BlockBrokenEvent.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package org.bukkit.event.block;
|
||||
|
||||
import org.bukkit.event.Event;
|
||||
|
||||
public class BlockBrokenEvent extends Event {
|
||||
|
||||
public BlockBrokenEvent(Type type) {
|
||||
super(type);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user