mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Rebuild patches with record field access fix
This commit is contained in:
parent
a16b294eee
commit
6c5aa9090a
1 changed files with 0 additions and 10 deletions
|
@ -323,16 +323,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
@@ -0,0 +0,0 @@ public class PalettedContainer<T> implements PaletteResize<T> {
|
||||
}
|
||||
|
||||
static record Data<T>(PalettedContainer.Configuration<T> configuration, BitStorage storage, Palette<T> palette) {
|
||||
- final BitStorage storage;
|
||||
- final Palette<T> palette;
|
||||
-
|
||||
public void copyFrom(Palette<T> palette, BitStorage storage) {
|
||||
for(int i = 0; i < storage.getSize(); ++i) {
|
||||
T object = palette.valueFor(storage.get(i));
|
||||
@@ -0,0 +0,0 @@ public class PalettedContainer<T> implements PaletteResize<T> {
|
||||
}
|
||||
|
||||
static record DiscData<T>(List<T> paletteEntries, Optional<LongStream> storage) {
|
||||
- DiscData(List<T> list, Optional<LongStream> optional) {
|
||||
- this.paletteEntries = list;
|
||||
|
|
Loading…
Reference in a new issue