Skip to content

Commit

Permalink
chores: add ApiStatus.Internal annotation to WorldGenerator::setDimen…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
smartcmd committed Jun 15, 2024
1 parent f6a2fb2 commit 5c47354
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import lombok.Getter;
import org.allaymc.api.world.Dimension;
import org.jetbrains.annotations.ApiStatus;

/**
* Allay Project 2023/7/1
Expand All @@ -18,6 +19,7 @@ public WorldGenerator(String preset) {
this.preset = preset;
}

@ApiStatus.Internal
public void setDimension(Dimension dimension) {
this.dimension = dimension;
}
Expand Down

0 comments on commit 5c47354

Please sign in to comment.