Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Remove remaining keywords frm CachedChanged. IJ doesn't warn?
Dieser Commit ist enthalten in:
Ursprung
fd3619f7b5
Commit
867b28d439
@ -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
|
||||||
|
@ -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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren