mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-24 12:16:36 +01:00
Added missing new method to WorldEditBlockState
This commit is contained in:
parent
b48dcec589
commit
488392cdbc
@ -205,4 +205,10 @@ public final class WorldEditBlockState implements BlockState {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockState copy() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user