Added missing new method to WorldEditBlockState
This commit is contained in:
parent
b48dcec589
commit
488392cdbc
1 changed files with 6 additions and 0 deletions
|
|
@ -205,4 +205,10 @@ public final class WorldEditBlockState implements BlockState {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockState copy() {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue