Skip to content

Commit 62bb2ac

Browse files
committed
Fix getter name
1 parent 802e4a5 commit 62bb2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundlescenes-api/src/main/java/gg/bundlegroup/bundlescenes/api/BundleScenes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default ChunkSceneProvider chunk(Chunk chunk) {
3131

3232
ChunkSceneProvider chunk(World world, int x, int z);
3333

34-
static BundleScenes chunk() {
34+
static BundleScenes get() {
3535
return Objects.requireNonNull(BundleScenesProvider.instance);
3636
}
3737
}

0 commit comments

Comments
 (0)