Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Apr 23, 2024
1 parent 852ef44 commit 19429bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/griefcraft/bukkit/EntityBlockState.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ public BlockState copy() {
return null;
}

@Override
public BlockState copy(Location l) {
return null;
}

@Override
public void setBlockData(BlockData arg0) {
// TODO Auto-generated method stub
Expand Down

0 comments on commit 19429bc

Please sign in to comment.