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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user