This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/ships/implementation/paper/event Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
import com .destroystokyo .paper .event .block .BlockDestroyEvent ;
4
4
import org .bukkit .event .EventHandler ;
5
5
import org .bukkit .event .Listener ;
6
- import org .core .world .position .impl .sync .SyncBlockPosition ;
7
6
import org .core .world .position .block .details .BlockDetails ;
7
+ import org .core .world .position .impl .sync .SyncBlockPosition ;
8
8
import org .ships .implementation .bukkit .event .BukkitListener ;
9
- import org .ships .implementation .bukkit .world .position .impl .sync .BBlockPosition ;
10
9
import org .ships .implementation .bukkit .world .position .block .details .blocks .BBlockDetails ;
10
+ import org .ships .implementation .bukkit .world .position .impl .sync .BBlockPosition ;
11
11
import org .ships .implementation .paper .event .events .block .PBlockChangeEvent ;
12
12
13
13
public class PaperListener implements Listener {
Original file line number Diff line number Diff line change 1
1
package org .ships .implementation .paper .event .events .block ;
2
2
3
3
import org .core .event .events .block .BlockChangeEvent ;
4
- import org .core .world .position .impl .sync .SyncBlockPosition ;
5
4
import org .core .world .position .block .details .BlockDetails ;
5
+ import org .core .world .position .impl .sync .SyncBlockPosition ;
6
6
import org .ships .implementation .bukkit .event .events .block .AbstractBlockChangeEvent ;
7
7
8
8
public interface PBlockChangeEvent {
You can’t perform that action at this time.
0 commit comments