Skip to content

Commit

Permalink
Added missing new method to WorldEditBlockState
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Oct 12, 2023
1 parent b48dcec commit 488392c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,10 @@ public Collection<ItemStack> getDrops(ItemStack tool, Entity entity) {
return null;
}

@Override
public BlockState copy() {
// TODO Auto-generated method stub
return null;
}

}

0 comments on commit 488392c

Please sign in to comment.