Update core/src/main/java/org/geysermc/geyser/session/cache/StructureBlockCache.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
chris 2024-04-14 20:52:30 +02:00 committed by GitHub
parent 06c8459637
commit 53cd61a07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ import lombok.Setter;
import org.checkerframework.checker.nullness.qual.Nullable;
import org.cloudburstmc.math.vector.Vector3i;
@Setter @Getter
@Setter
@Getter
public final class StructureBlockCache {
/**