Javadocs fix

This commit is contained in:
paulevsGitch 2021-12-09 12:09:16 +03:00
parent 9d0116b271
commit 9bcd3e6a56

View file

@ -39,7 +39,7 @@ public class BCLStructureFeature {
}
/**
* runs the {@link PieceGeneratorSupplier.Context::validBiome} from the given context at
* runs the {@code PieceGeneratorSupplier.Context::validBiome} from the given context at
* height=5 in the middle of the chunk.
*
* @param context The context to test with.
@ -50,7 +50,7 @@ public class BCLStructureFeature {
return isValidBiome(context, 5);
}
/**
* runs the {@link PieceGeneratorSupplier.Context::validBiome} from the given context at the
* runs the {@code PieceGeneratorSupplier.Context::validBiome} from the given context at the
* given height in the middle of the chunk.
*
* @param context The context to test with.