Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Jul 9, 2024
1 parent 5665d16 commit e59a4aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.jetbrains.annotations.Nullable;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.Unique;

import java.util.List;
import java.util.stream.Collectors;
Expand All @@ -30,6 +31,7 @@ public MixinWorldChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView he

@Shadow public abstract World getWorld();

@Unique @Nullable
private List<Enclosure> cache = null;

@NotNull
Expand Down

0 comments on commit e59a4aa

Please sign in to comment.