mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
@@ -27,6 +27,7 @@ public class BlockInteractEvent extends BlockEvent implements Cancellable {
|
|||||||
public BlockInteractEvent(Type type, Block interactedBlock, LivingEntity who) {
|
public BlockInteractEvent(Type type, Block interactedBlock, LivingEntity who) {
|
||||||
super(type, interactedBlock);
|
super(type, interactedBlock);
|
||||||
theEntity = who;
|
theEntity = who;
|
||||||
|
cancel = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user