Fixed JavaDoc error
This commit is contained in:
parent
d04d75222e
commit
473029c31f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public abstract class ForcedLevelPatch extends Patch {
|
||||||
public PatchFunction<CompoundTag, Boolean> getLevelDatPatcher() { return this::runLevelDatPatch; }
|
public PatchFunction<CompoundTag, Boolean> getLevelDatPatcher() { return this::runLevelDatPatch; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called with the contents of level.dat in {@Code root}
|
* Called with the contents of level.dat in {@code root}
|
||||||
* @param root The contents of level.dat
|
* @param root The contents of level.dat
|
||||||
* @param profile The active migration profile
|
* @param profile The active migration profile
|
||||||
* @return true, if the run did change the contents of root
|
* @return true, if the run did change the contents of root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue