Remove remaining keywords frm CachedChanged. IJ doesn't warn?

This commit is contained in:
dordsor21
2021-12-29 16:37:21 +00:00
parent fd3619f7b5
commit 867b28d439
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ public class PaperweightFaweWorldNativeAccess implements WorldNativeAccess<Level
cachedChunksToSend.clear(); cachedChunksToSend.clear();
} }
private static final record CachedChange( private record CachedChange(
LevelChunk levelChunk, LevelChunk levelChunk,
BlockPos blockPos, BlockPos blockPos,
net.minecraft.world.level.block.state.BlockState blockState net.minecraft.world.level.block.state.BlockState blockState

View File

@@ -275,7 +275,7 @@ public class PaperweightFaweWorldNativeAccess implements WorldNativeAccess<Level
cachedChunksToSend.clear(); cachedChunksToSend.clear();
} }
private static final record CachedChange( private record CachedChange(
LevelChunk levelChunk, LevelChunk levelChunk,
BlockPos blockPos, BlockPos blockPos,
net.minecraft.world.level.block.state.BlockState blockState net.minecraft.world.level.block.state.BlockState blockState