9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-03 22:26:22 +00:00

add comments

This commit is contained in:
XiaoMoMi
2024-09-04 01:42:37 +08:00
parent 31976acc2a
commit 32f01f1aec
55 changed files with 3048 additions and 310 deletions

View File

@@ -158,11 +158,6 @@ public class SlimeWorldAdaptorR1 extends AbstractWorldAdaptor<SlimeWorld> {
return world.getName();
}
@Override
public long getWorldFullTime(SlimeWorld world) {
return Objects.requireNonNull(Bukkit.getWorld(world.getName())).getFullTime();
}
@Override
public int priority() {
return SLIME_WORLD_PRIORITY;