mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-30 19:52:06 -07:00
chore: cleanup annotations in api adventure patch
This commit is contained in:
@@ -7674,12 +7674,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public ChunkAccess getChunkIfLoadedImmediately(int x, int z) {
|
||||
+ throw new UnsupportedOperationException("Not supported yet.");
|
||||
+ }
|
||||
+
|
||||
|
||||
+ @Override
|
||||
+ public BlockState getBlockStateIfLoaded(BlockPos blockposition) {
|
||||
+ throw new UnsupportedOperationException("Not supported yet.");
|
||||
+ }
|
||||
|
||||
+
|
||||
+ @Override
|
||||
+ public FluidState getFluidIfLoaded(BlockPos blockposition) {
|
||||
+ throw new UnsupportedOperationException("Not supported yet.");
|
||||
|
Reference in New Issue
Block a user